#web-development
Read more stories on Hashnode
Articles with this tag
Here, we have to look at the specific requirements. Stick to YAGNI. Don't think another solution is more valid because it can handle future cases that...
Introduction I had some questions around Cache Control and using them in Remix. This is kind of just me answering my own questions lol. Before going...
Options In Remix you can use the <Link> component to prefetch resources. It would prefetch both the loader data from the route and the JavaScript the...
I used to wonder why streaming with Suspense in React is useful. Traditionally, you have to wait for the server to finish all its work before the...
Debug and optimize React re-renders. ยท Introduction I've been trying to reduce the number of re-renders in one of our features at work. It's a bit heavy...
Introduction Instead of using tricks when working with flexbox, why not take the time to learn it? By tricks, I mean things like applying min-height...