Writing is articulated thinking

Sharing what I'm doing and using in order to achive good results.

useContext is awesome but it sucks

Context API stands as a founding father, offering a centralized place for sharing state across components. However, as our applications grow in complexity, the limitations of Context API become increasingly evident.

Essential npm Packages

In the ever-evolving landscape of React development, leveraging the right npm packages can significantly enhance productivity

So about that Lodash FP

Functional programming is a paradigm that emphasizes the use of pure functions, immutability, and function composition. Lodash FP extends these principles to provide a robust toolkit for React developers