Sharing what I learned writing JavaScript and React.
See the end result first: I am building a note taking app, that is Instagram style, free, encrypted. I have a “Today in history“ page, where you can...
react-router becomes more and more powerful, and complicated, with a lot of fancy features that I don't need. So I switched to wouter, it's light...
Firstly, let's see a small problem: This is our situation: I am using @radix-ui/themes for all the components; The header is fixed...
There are so many state management libs for react, but they are too complex / not easy to use for me. I only need these: Create state for...
I am building notenote.cc, it's a Instagram style note taking app. I want to show photos that users pick from their device in a square frame....