Using the awesome SWR library can be frustrating when you need to hydrate some data from the server but still allow further API calls to fetch and render the correct set of data. I'll show you how to work around the initialData/fallbackData limitation.
Have you encountered slow tests when using React Testing Library or Jest? I'm going to share some tips on how I reduced our test execution time from 20 minutes down to 2! 🚀
Love Docker and Node.js? I'll show you some of the things I've learnt and implemented to help create a flexible setup that works great for local development as well as production, especially with security in mind.