Become a member
Sign in
Marko Stanačić
Marko Stanačić

Marko Stanačić

11 Following
10 Followers
  • Profile

  • Highlights

Highlighted by Marko Stanačić

See more

From Effector: powerful and fast 5kb state manager by Do Async

Application stores should be as light as possible — the idea of adding a store for specific needs should not be frightening or damaging to the developer.

From Effector: powerful and fast 5kb state manager by Do Async

Effector is a state manager for any JavaScript app (React/Vue/Node.js). It allows you to manage data in complex applications without the risk of inflating the monolithic central store.

From Advanced Redux Patterns: Selectors by Wojciech Ogrodowczyk

…keep a separation between the data layer (the Redux state) and the UI layer (our React components). Our code is read many times, while we write it just once. It’s silly to optimise for writes in such a r…