Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwieruch/react-making-impossible-views-impossible
React UI State: An example to make impossible views impossible.
https://github.com/rwieruch/react-making-impossible-views-impossible
react react-state reactjs
Last synced: 26 days ago
JSON representation
React UI State: An example to make impossible views impossible.
- Host: GitHub
- URL: https://github.com/rwieruch/react-making-impossible-views-impossible
- Owner: rwieruch
- Created: 2018-02-06T11:58:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T04:52:39.000Z (about 6 years ago)
- Last Synced: 2024-05-01T13:06:23.598Z (6 months ago)
- Topics: react, react-state, reactjs
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 218 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React: Making Impossible Views Impossible
[![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/)
An opinionated approach on how to make impossible views impossible with React's local state. It follows the central idea that `(State) => View`. Thank you [A. Sharif](https://twitter.com/sharifsbeat) for the inspiration.
## Related Material for Inspiration
* [Richard Feldman - Making Impossible States Impossible](https://youtu.be/IcgmSRJHu_8)
* [Lee Byron - Immutable User Interfaces](https://youtu.be/pLvrZPSzHxo)
* [David Khourshid - Infinitely Better UIs with Finite Automata](https://youtu.be/VU1NKX6Qkxc)## Installation
* `git clone [email protected]:rwieruch/react-making-impossible-views-impossible.git`
* cd react-making-impossible-views-impossible
* npm install
* npm start
* visit `http://localhost:3000`