React Playground
A repo to learn and play with react while following Full React Course 2020 at Free Code Camp.
The initial version of the repo is practically a clone of react-advanced-2020.
Note: the files:
- src/index-basic.js
- src/index-basic.css
- src/Book.js
- src/books.js Are from the initial part of the course and deal with basic stuff.
The files in the prjs
directory are other tests and experiments not taken from the course.
Documentation Links
React home page: https://reactjs.org/ Facebook CRE: https://github.com/facebook/create-react-app React Router: https://reactrouter.com/web/guides/quick-start
JavaScript Tutorials:
- The modern JavaScript tutorial - (see here to contribute a translation)
- Asynchronous programming: https://javascript.info/async
UI Toolkits
Tabler React
Tabler is a free UI toolkit (https://tabler.io/) with a React version. Relevant documentation to use Tabler React:
- Demo site
- Components Documentation
- GitHub Repo - see the
example
folder for details.
https://www.johnsmilga.com/)
Other material from John Smilga (Javascript Nuggets John Smilga Git
Additional links
https://medium.com/swlh/how-to-add-multiple-entry-points-to-your-react-app-ea8bc015d410