In part one of this React series we built a client-side tube status mobile web app. In this part we'll examine server-side rendering to generate some HTML. Motivations Our previous app was entirely written in JavaScript and this meant that nothing was dis...
Read more »
Anthropic (AI research company) just released new Claude model, version 3.5. Along with it they released an experimental feature called "Artifacts" which mak... (more…)
Read more »
Making an NPM package for a React component library with Tailwind CSS... (more…)
Read more »
Doing code reviews for our hook-based project, I often see fellow developers not aware of some awesome features (and nasty pitfalls) useState offers. Since it’s one of my favourite hooks, I decided to... (more…)
Read more »
When I started writing React apps, structuring my application's state was a constant struggle. But then I learned how to split that state into five types. (more…)
Read more »