Read my {blog} posts

You can go to the Dashboard, and <register> to make [your own] Posts

State Management in React: From useState to Redux

Local State with useState

For a frontend developer, managing state is a fundamental part of creating dynamic and interactive applications in React.

byMiroslav Jovicfrom
State Management in React: From useState to Redux - Miroslav Jovic, Frontend Developer

Global State and Context API

As a frontend developer working on larger applications, state needs to be shared across multiple components becomes essential.

byMiroslav Jovicfrom
State Management in React: From useState to Redux - Miroslav Jovic, Frontend Developer