Learn re-frame a pattern for writing SPAs (Single-Page Applications) in ClojureScript, using Reagent. Build Cheffy; AirBnB for chefs. It includes CRUD operations, idiomatic code and advanced patterns. Step-by-step, concept-by-concept we'll learn how to work with app-db, effects, subscriptions and much more. Upon completion of the course you will be a hotshot when it comes to re-frame.
The code in this repo is split into two folders - cheffy
- starting point of the videos (this is what you should open when you start to code along with the vidoes) and - increments
- code for the start of each video (if you get lost somewhere along the way just copy the content of the video you are starting and continue).
$ git clone git@github.com:jacekschae/learn-re-frame-course-files.git
$ cd learn-re-frame-course-files/cheffy/
learn-re-frame-course-files/cheffy/ $ npm install
or with yarn
learn-re-frame-course-files/cheffy/ $ yarn install
learn-re-frame-course-files/cheffy/ $ npm run dev
or with yarn
learn-re-frame-course-files/cheffy/ $ yarn dev
Copyright © 2019 Jacek Schae