Create rich Terminal-User-Interface (TUI) apps in ClojureScript with commonly used web technologies.
Connect your editor to the nREPL server and send code changes to your running app without even saving a file. Ideal for changing application state, redefining functions, or debugging.
Floki terminal browswer for JSON and EDN data
- Write views in React with the ClojureScript Reagent wrapper.
- Reagent views compose together just like React components
- Reagent atoms for simple, local state updates
- Reframe for handling effects and updating shared app state
- Functional programming and data-oriented design for a fast feedback cycle.
Transpile ClojureScript into vanilla JavaScript and distribute your application on NPM for easy installation and quick startup times.