Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. (more…)
Read more »
React is such an amazing framework with amazing DX (Developer Experience) — it’s just very enjoyable and fun to code in. We should pay it… (more…)
Read more »
Introduction
It's been a while I have done much with React. When I was trying it out with simple state management, in-built hooks, basic styling and managing events, I thought, why not to build something useful? That's when the idea of building a sim... (more…)
Read more »
When it comes to structuring a React app, the ideal structure is the one that allows you to move around your code with the least amount of… (more…)
Read more »
A general guideline of good UX is to have what’s on screen reflect the state of the system. When you’re dealing with large applications… (more…)
Read more »