All Projects â†’ jacekschae â†’ learn-re-frame-course-files

jacekschae / learn-re-frame-course-files

Licence: other
🎦 Learn re-frame course files for building Cheffy app

Programming Languages

clojure
4091 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to learn-re-frame-course-files

rn-shadow-steroid
React Native with shadow-cljs on steroids
Stars: ✭ 57 (+11.76%)
Mutual labels:  reagent, re-frame, shadow-cljs
Tincture
Frontend development toolkit for ClojureScript
Stars: ✭ 24 (-52.94%)
Mutual labels:  reagent, re-frame
Re Com
A ClojureScript library of reusable components for Reagent
Stars: ✭ 690 (+1252.94%)
Mutual labels:  reagent, re-frame
breaking-point
BREAKING-POINT lets you quickly define and subscribe to screen (i.e. window) breakpoints in your re-frame application
Stars: ✭ 36 (-29.41%)
Mutual labels:  reagent, re-frame
re-frame-semantic-ui-react-github-widget
Using semantic-ui-react with re-frame - sample project
Stars: ✭ 21 (-58.82%)
Mutual labels:  reagent, re-frame
Re Frame
A ClojureScript framework for building user interfaces, leveraging React
Stars: ✭ 4,980 (+9664.71%)
Mutual labels:  reagent, re-frame
Gorilla Notebook
A clojure/clojurescript notebook application/-library based on Gorilla-REPL
Stars: ✭ 73 (+43.14%)
Mutual labels:  reagent, re-frame
Re Frisk
Take full control of re-frame app
Stars: ✭ 396 (+676.47%)
Mutual labels:  reagent, re-frame
reagent-shadow-cljs-starter
A minimal starter pack for Reagent-based projects
Stars: ✭ 29 (-43.14%)
Mutual labels:  reagent, shadow-cljs
ui-gorilla
Reagent UI renderer for data visualization.
Stars: ✭ 14 (-72.55%)
Mutual labels:  reagent, shadow-cljs
compound
A micro structure for reframe data
Stars: ✭ 116 (+127.45%)
Mutual labels:  reagent, re-frame
Re Frame 10x
A debugging dashboard for re-frame. X-ray vision as tooling.
Stars: ✭ 491 (+862.75%)
Mutual labels:  reagent, re-frame
Re Frame Template
A Leiningen template for creating a re-frame application (client only)
Stars: ✭ 454 (+790.2%)
Mutual labels:  reagent, re-frame
Cljfx
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Stars: ✭ 624 (+1123.53%)
Mutual labels:  reagent, re-frame
Conduit
Real world application built with ClojureScript + re-frame
Stars: ✭ 422 (+727.45%)
Mutual labels:  reagent, re-frame
Re Pollsive
Re-pollsive is a clojurescript library that handles polling events for re-frame applications
Stars: ✭ 27 (-47.06%)
Mutual labels:  reagent, re-frame
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+6384.31%)
Mutual labels:  reagent, re-frame
Lein template descjop
A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
Stars: ✭ 394 (+672.55%)
Mutual labels:  reagent, re-frame
Ventas
Clojure ecommerce platform
Stars: ✭ 114 (+123.53%)
Mutual labels:  reagent, re-frame
roll
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Stars: ✭ 14 (-72.55%)
Mutual labels:  reagent, re-frame

alt learn-re-frame-logo

learnreframe.com

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.

Course files

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

Clone

$ git clone [email protected]:jacekschae/learn-re-frame-course-files.git

$ cd learn-re-frame-course-files/cheffy/

Install

learn-re-frame-course-files/cheffy/ $ npm install

or with yarn

learn-re-frame-course-files/cheffy/ $ yarn install

Run development server

learn-re-frame-course-files/cheffy/ $ npm run dev

or with yarn

learn-re-frame-course-files/cheffy/ $ yarn dev

License

Copyright © 2019 Jacek Schae

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].