react-basic
react-basic copied to clipboard
A description of the conceptual model of React without implementation burden.
Results
3
react-basic issues
Sort by
recently updated
recently updated
newest added
The mapping from the state/model is not a pure function, so remove the word "pure". https://www.reddit.com/r/reactjs/comments/abj7hn/uis_are_not_pure_functions_of_the_model_reactjs/ed1h20x/ "To elaborate a bit, React components aren’t always “pure” in strict FP sense of...
This was a bit hard for me to read because of all the existing preconceptions about how React works. As I read through this, I tried to annotate it with...