Liking cljdoc? Tell your friends :D

Fulcro Incubator

This is a set of useful experimental features for Fulcro, consider it as an assist library.

Install

Latest version: Clojars Project

DB Helpers

At fulcro.incubator.db-helpers you can find helper functions to deal with Fulcro local database map format. Those are helper functions for common operations like creating a new entity, recursively removing data and it's references. The documentation for the functions is in the code, give a scan there to check what's available.

UI

fulcro.incubator.ui.core contains functions to help using React components with Fulcro.

Reakit

You can use Reakit wrapped with Fulcro DOM CSS support from fulcro.incubator.ui.reakit.

React Icons

React icons support is provided via fulcro.incubator.ui.icons.* namespaces, just refer to the functions there to use the icons directly.

Shadow CLJS required

Currently this library requires usage of Shadow CLJS for compilation, this is due the direct use of libraries from NPM that are not available in cljsjs.

Compiling workspaces

To explore the things here, clone this project and run:

npm install
npx shadow-cljs watch workspaces

Then navigate to

http://localhost:3689/

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close