An open API service indexing awesome lists of open source software.

https://github.com/eswat2/react-lift-state

Code derived from Robin Wieruch's article on React Lift State Up & Down...
https://github.com/eswat2/react-lift-state

Last synced: 4 months ago
JSON representation

Code derived from Robin Wieruch's article on React Lift State Up & Down...

Awesome Lists containing this project

README

        

# react-lift-state

I wrote this on CodeSandbox after reading Robin's article. Making it available as a GitHub repo & deployment...

- [Robin Wieruch][rw-about]
- [article][rw-article] - React Lift State Up & Down
- [codesandbox][code-sandbox]
- [github page][github-page] - deployed

How do i use this?

- `npm install`
- `npm start`

What did i use to build this?

- [@fortawesome/fontawesome-svg-core][fa-core]
- [@fortawesome/free-solid-svg-icons][fa-solid]
- [@fortawesome/react-fontawesome][fa-react]
- [chance][chance-js]
- [faker][faker-js]
- react
- react-dom
- react-scripts
- [styled-components][styled-eh]
- **NOTE**: _the color values are from [clrs.cc][clrs-cc]_

How did i deploy this?

- _[Deploying a React App to GitHub Pages][react-gh-pages]_

There are 2 examples in Robin's article, you can see how they differ visually here:

1. Snapshot: _Search In A List_
![search][img-search]

2. Snapshot: _Archive In A List_
![archive][img-archive]

[img-archive]: images/IMG_4283.PNG
[img-search]: images/IMG_4282.PNG
[rw-about]: https://www.robinwieruch.de/about/
[rw-article]: https://www.robinwieruch.de/react-lift-state/
[code-sandbox]: https://codesandbox.io/s/react-lift-state-up-down-7g7ym
[github-page]: https://eswat2.github.io/react-lift-state/

[chance-js]: https://chancejs.com/
[faker-js]: https://github.com/marak/Faker.js/
[fa-core]: https://fontawesome.com/how-to-use/on-the-web/advanced/svg-javascript-core
[fa-solid]: https://www.npmjs.com/package/@fortawesome/free-solid-svg-icons
[fa-react]: https://github.com/FortAwesome/react-fontawesome
[styled-eh]: https://www.styled-components.com/
[react-gh-pages]: https://github.com/gitname/react-gh-pages
[clrs-cc]: https://clrs.cc/