Blog
- Troubleshooting Git History: Discover Problematic Commits with git bisectDiscover the power of git bisect for pinpointing issue-introducing commitsMarch 23, 2024
- Creating a TypeScript Package with ViteHow to create and publish a Typescript library by using Vite Library ModeOctober 22, 2022
- How to Calculate Values Based on Props or State in ReactWhen to and not to use useState with useEffect to dynamically calculate values based on props or stateMay 01, 2022
- How to Create Glowing Images with ReactCreating glowing images with ReactApril 18, 2022
- Sorting Arrays in JavaScriptTips for sorting arrays of numbers, strings and objects in JavaScriptDecember 13, 2020
- State Management and Performance Optimizations with React Context API and HooksState management for React applications is a concept with a lot of alternative solutions. We have things like redux, mobx, mobx-state-tree, apollo-client and many more.October 12, 2020