EDIT (2022-10-31): Just one day after publishing this post, there is a huge announcement: Remix joins Shopify and Hydrogen v2 will be leveraging Remix. Also, there is a great thread on Twitter about design mistakes being made in Hydrogen v1:
https://...
React's Context API is a popular choice for global state (my definition: state that is shared amongst components). It is easy to use and we are used to it because a lot of libraries leverage them. There are characteristics of React Context that you s...
Often we write React components that get bigger and bigger and at some point, we extract parts of it into separate components. Either because the component is getting too big or because we need parts of it somewhere else.
This is generally a good app...
I just recently tweeted my favorite tech stack for 2022 (inspired by Jon Meyers tweet). I'd like to share some more thoughts about my choices in this post.
https://twitter.com/JannikWempe/status/1473935933447839748
Frontend
First of all: I love front...
Why I did my research
I am not writing this article because the subject just came to me. It all started with an issue I had. While developing an eCommerce website for my little brother using Next.js this popped up in Google Chrome dev console:
Warnin...