
Nir Parisian
Hi, I’m Nir Parisian 👋
Married + 5 little ones 😄
I've spent the last decade building and leading front-end solutions for companies of all sizes. I’ve been a full-stack engineer at Intel, a front-end team leader at Curv, and now I help startups through Enpitech, the front-end consulting company I founded 6 years ago. I also run a YouTube channel on front-end development (https://youtube.com/@nirparisian) and a community called Frontendistim, where I share knowledge and connect with fellow developers.
Stop Abusing Client State Management
React Summit 2022
21 min
Stop Abusing Client State Management

A lot of React applications out there run for state management solutions such as Redux or Mobx and use it mostly for server side state like 'isLoading', 'isError', etc. We need to stop mixing between server state and client state. Don't get me wrong, client state is important, but 70% of the state is actually a server state. In this talk I will demonstrate how we can encapsulate server state using our own custom hook or using a (perfect) solution such as react-query.