2nd Edition. —
amazon.com Services LLC., 2020. — 147 p. — ASIN: B07S1NLFTS.
Code files only!
If you want to learn how to build React applications, in a functional style this is the book for you.React allows expressing the UI using functions.
React Hooks enables stateful functional components.
Redux does state management using functional principles. Reducers, selectors, action creators are pure functions.
We are going to explore Redux Thunk and Redux Observable as middleware options.
MobX makes state observable and turns components into observers.
Programming in a functional style means to use concepts such as pure functions, immutability, closures, higher-order functions, or currying.