Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.38 KB

readme.md

File metadata and controls

50 lines (30 loc) · 1.38 KB

Map Science (WIP)

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!

Quick start

You will need Node.js and Clojure CLI tools installed on your machine.

$ npm i

$ npm start

Navigate to http://localhost:8888

Libraries

Implementation

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.

Support

Acknowledgement

  • 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.