A hook for creating the immutable state with mutations on React

A hook for creating the immutable state with mutations on React – unadlib/use-immutable… Read more

Similar

Why Is React Concurrent Mode Exciting?

A guide for non-React engineers. Last week the React team released an experimental version of Concurrent Mode to the public. It's been in development for over a year and the React community has been very excited about its release. What is Concurrent Mode?... (more…)

Read more »

Async actions in React Redux

Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are... (more…)

Read more »