Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
hossein mohammadi edited this page Mar 26, 2019 · 1 revision

Welcome to the react-rest-state wiki!

Why don't we need redux?

Most people choose redux because it's a popular library.

they say:

  • We want the software structure to be correct from the beginning!
  • We should not reinvent the wheel.
  • We use redux in software because we afraid might regret in the future.

They use redux and do things which do not understand.

The reward of using redux

What do we want from redux? I saw people using this library because they heard their name. They do not even know what they need. We need state management. This possibility possible in React, and in this case, we do not need to use redux. But if we want to use state management that includes the entire software, my recommendation use react-rest-state.

react-rest-state

react-rest-state is state management, that is easy to use and instead of redux/flux The behavior of this module is similar to the state of the react. The module does not wrap up in vain and has a very high performance.

Clone this wiki locally