All Projects → lauritzsh → reagent-shadow-cljs-starter

lauritzsh / reagent-shadow-cljs-starter

Licence: MIT license
A minimal starter pack for Reagent-based projects

Programming Languages

clojure
4091 projects
HTML
75241 projects

Projects that are alternatives of or similar to reagent-shadow-cljs-starter

learn-re-frame-course-files
🎦 Learn re-frame course files for building Cheffy app
Stars: ✭ 51 (+75.86%)
Mutual labels:  reagent, shadow-cljs
shadow-reagent
Starting point for ClojureScript apps with shadow-cljs, proto-repl, and reagent.
Stars: ✭ 35 (+20.69%)
Mutual labels:  reagent, shadow-cljs
shadow-firebase
shadow-cljs and firebase using google auth and persisting state to realtime database
Stars: ✭ 26 (-10.34%)
Mutual labels:  reagent, shadow-cljs
codesunaba
A simple ClojureScript code sandbox in your browser.
Stars: ✭ 18 (-37.93%)
Mutual labels:  reagent, shadow-cljs
rn-shadow-steroid
React Native with shadow-cljs on steroids
Stars: ✭ 57 (+96.55%)
Mutual labels:  reagent, shadow-cljs
ui-gorilla
Reagent UI renderer for data visualization.
Stars: ✭ 14 (-51.72%)
Mutual labels:  reagent, shadow-cljs
Clojurenews
Clojure News Web Application - (Hacker News Clone)
Stars: ✭ 217 (+648.28%)
Mutual labels:  reagent
shadow-cljs-tailwindcss
shadow-cljs + tailwindcss
Stars: ✭ 136 (+368.97%)
Mutual labels:  shadow-cljs
Datsys
(+ clj cljs datomic datascript re-frame-esque-frp)
Stars: ✭ 214 (+637.93%)
Mutual labels:  reagent
Reagent Figwheel
Leiningen template for Reagent applications in Clojurescript with Figwheel. Optionally includes secretary, cljs.test, garden, less, cider, devcards, cljs-devtools, re-risk
Stars: ✭ 161 (+455.17%)
Mutual labels:  reagent
roll
RPG dice roller with both Rust CLI and ClojureScript Web interfaces
Stars: ✭ 14 (-51.72%)
Mutual labels:  reagent
compound
A micro structure for reframe data
Stars: ✭ 116 (+300%)
Mutual labels:  reagent
goldly
dynamic web dashboards with clojure
Stars: ✭ 21 (-27.59%)
Mutual labels:  reagent
Antizer
ClojureScript library for Ant Design React UI components
Stars: ✭ 234 (+706.9%)
Mutual labels:  reagent
baking-soda
baking-soda is an interface between clojurescript's reagent and reactstrap (i.e., bootstrap 4 react components) and react-bootstrap (i.e., bootstrap 3 react components)
Stars: ✭ 74 (+155.17%)
Mutual labels:  reagent
Hanami
Interactive arts and charts plotting with Clojure(Script) and Vega-lite / Vega. Flower viewing 花見 (hanami)
Stars: ✭ 216 (+644.83%)
Mutual labels:  reagent
breaking-point
BREAKING-POINT lets you quickly define and subscribe to screen (i.e. window) breakpoints in your re-frame application
Stars: ✭ 36 (+24.14%)
Mutual labels:  reagent
Cljs React Material Ui
Clojurescript library for using material-ui.com
Stars: ✭ 204 (+603.45%)
Mutual labels:  reagent
re-frame-realword-example-app
Exemplary real world application built with Clojurescript and re-frame
Stars: ✭ 16 (-44.83%)
Mutual labels:  reagent
threeagent
ClojureScript library for building Three.js apps in a reagent-like fashion
Stars: ✭ 124 (+327.59%)
Mutual labels:  reagent

Reagent with shadow-cljs

This is a minimal setup for using Reagent with shadow-cljs. It supports production builds and live-reloading.

Getting started

Run yarn to download dependencies.

To have a local development server running do yarn dev; then visit localhost:8020. You can configure the port in shadow-cljs.edn. Whenever you make a change it will automatically reload the code and render again.

To make a production build use yarn release.

To configure further please check out shadow-cljs.

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