Is it actually a problem if React components are enormous? After all, it seems a little odd to create components that only do one thing? (more…)
Read more »
React is a popular JavaScript framework for creating front-end applications, such as user interfaces that allow users to interact with programs. Originally created by Facebook, it has gained popularity by allowing developers to create fast application... (more…)
Read more »
Gone are the days where I spend my time bouncing back and forth between terminal, browser and editor. Ainβt nobody got time for that! (more…)
Read more »
In this episode, we will implement a State Machine in React using useReducer and useEffect. We will follow the same basic configuration format used by XState... (more…)
Read more »