PinnedThings only senior React engineers knowReact can be tricky for beginners. However, understanding a few underlying principles or tricks can make becoming a senior React engineer…Nov 15, 2024A response icon22Nov 15, 2024A response icon22
PinnedReact State Management best practices (aka no Redux)React has been around for a long time and has evolved a lot since then. We went from class components to hooks, and many other libraries…Jul 21, 2021A response icon17Jul 21, 2021A response icon17
State in the url in React (the right way)State management should be easy. It’s hard if not performed properly. Putting state in the url can be tricky if one doesn’t use a proper…Sep 21Sep 21
Great React engineers don’t make these five mistakesThey do this instead.May 17A response icon8May 17A response icon8
Fade-out animations in React (the right way)Fade-out animations are a must-have for well-designed applications. However, they can be tricky to do in React if not handled properly.Apr 26A response icon1Apr 26A response icon1
Why you shouldn’t use NestJSBeing in the NodeJS ecosystem for a few years, I’m surprised by how many startups use NestJS and still face the same issues. Probably a lot…Feb 1A response icon95Feb 1A response icon95
Home-made schema validator in TypescriptTo validate data in Typescript we typically use zod, typebox, or valibot. They can infer types from a schema so we have runtime and…Nov 13, 2024Nov 13, 2024
React state management: using contexts for easier refactoringReact contexts are one of the most powerful but also one of the most misunderstood features of React. Many people call useContext or…May 13, 2024May 13, 2024
Handle Javascript events in a Web Assembly — WebGL applicationThis is part 2 of my tutorial on Webassembly - WebGL applications. In the part 1, we saw how to create a “Hello Triangle” application. But…Apr 10, 2021Apr 10, 2021
How to create a Web Assembly — WebGL project in C ?As of now Web Assembly and WebGL allow to make tremendously efficient applications in the web. This is how Figma works under the hood.Apr 4, 2021Apr 4, 2021