Lochlan Bunn
Lochlan Bunn
React Suspense is a really nice pattern for performant data driven UI. The internals are pretty cool, but what's better to know is how this rad thing affects people and...
## Summary of talk [Svelte](https://svelte.dev/) recently hit [3.0](https://twitter.com/Rich_Harris/status/1120342713843507201) to much fanfare. So, what's this framework all about? Is it the future of app development? What patterns can we expect to...
Investing in the developer experience of your _app bootstrapping & build process_ pays when frequently creating similar products. The lovely @colingourlay, as part of his work at @abcnews, has discovered...
React has a couple alternatives and 'React-like' libraries: - [preact](https://github.com/developit/preact) - [inferno](https://github.com/infernojs/inferno) There are also declarative view libraries that _feel_ like React: - [mercury](https://github.com/Raynos/mercury) - [yo-yo](https://github.com/maxogden/yo-yo) --- It'd be great...
Hey folks I got a talk about Context in mind. 1. Hey let's start with something most people have seen: **Redux's `` & `@connect(mstp, mdtp)`** 2. Ah heck, how do...
``` ✨ ✨ ✨✨ ✨✨✨✨ ✨✨✨✨ ✨ ✨✨✨✨✨✨✨ ✨ ✨✨✨✨✨✨✨✨ ✨✨Animations ✨✨✨ ✨✨✨✨✨✨✨✨ ✨ ✨✨✨✨✨ ✨✨✨ ✨✨✨ ✨ ✨✨ ✨✨ ✨ ✨ ✨ ✨ ``` Hey animations in React can...
The _"framework for server-rendered apps"_ captures many core concerns and solutions for creating fast and well structured react applications, that may otherwise take a person or team a while to...