REACT
1 September 2025
The fresh new website
For quite some time now my website has been using Remix and hosted on Vercel. It was built quite some time ago, and is still running on Node18. The other day I got an e-mail from Vercel saying they will remove support for Node18, so the hunt for a new stack started.
Read more →10 June 2019
ReactJS Router Lazy Loading Pages
When creating a single page app application with ReactJS router. Your bundle size can get quite big when having quite a few pages. Loading all this in one can hinder your performance.
Read more →