This is a set of useful experimental features for Fulcro, consider it as an assist library.
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.
fulcro.incubator.ui.core
contains functions to help using React components with Fulcro.
You can use Reakit wrapped with Fulcro DOM CSS support from fulcro.incubator.ui.reakit
.
React icons support is provided via fulcro.incubator.ui.icons.*
namespaces, just refer to the functions there to use the icons directly.
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