Sebastien Baudray
Sebastien Baudray
@hath Thank you, i was having this error on Linux Mint: ``` /usr/lib/node_modules/reason-cli/r/build-eject/Makefile:1040: recipe for target '/usr/lib/node_modules/reason-cli/r/build-eject//bin/fastreplacestring.exe' failed ``` I ran: ``` sudo apt install build-essential npm i -g [email protected]...
I think this introduction section could be reworked. ## Analysis n.b: "I" will sometimes represent a new user. ### Getting Started with Redux > Redux is a predictable state container...
For the tutorial I will answer in https://github.com/reduxjs/redux/issues/3594 Regarding the Core Concepts; it's my understanding that you want a tutorial centred documentation, so I would put them in the essentials...
I'm starting to get a better understanding of the direction :) Shouldn't Core Concepts belong to Understanding Redux > Thinking in Redux, and we could link to it from the...
Core Concepts: > Imagine your app’s state is described as a plain object. > This object is like a “model” except that there are no setters...To change something in the...