A year ago our front-end was written in a cumbersome combination of Backbone, TypeScript, and a custom state management layer. It was maintainable, but we wanted to ship features faster than it would let us. We wanted to migrate to a React + MobX architec… Read more
Similar
We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
🐻 Bear necessities for state management in React. Contribute to pmndrs/zustand development by creating an account on GitHub. (more…)
Read more »
Simple, and flexible events calendar to replace the aging react-big-calendar library - zackify/react-calendar... (more…)
Read more »
There is almost an infinite number of solutions for the problem most React applications face – state management. This post discusses a pragmatic and simple and yet powerful approach using the Context system. (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »