ClojureScript app to learn React development.
Is the Clojurescript version with Helix, Pigeon and React Range of https://github.com/f1729/science-timeline.
This is for learning!
You will need Node.js and Clojure CLI tools installed on your machine.
$ npm i
$ npm start
Navigate to http://localhost:8888
My goal for this project is cover some topics of modern web development in React, which are:
- Import packages. ✅
- Deal with interop when packages have a lot of that. ✅
- Use Hooks and make hooks. ✅
- Use js/DOM functions like localStorage and use their methods. ✅
- Use styled-components 🚧
- Use modularization
- Consume an API
Note: If you think there is a topic I should include, please open a issue.
- Slack channel:
#helix
- Will Acton, creador of Helix. For his guidance and patience in several of the explanations here.
- Dante Calderon, active contributor. For his help to implement more useful examples.