Awesome
d0x-INFRA
Tutorials and explanations of d0x-INFRA modules and libraries. This repository also serves as a central place to submit requests to create new modules.
Currently, we recognise 4 different d0x-INFRA categories:
district-server-module
Stateful mount modules for server-side logic of a district. See full list of created district server modules here.
district-ui-module
re-mount modules for font-end logic of a district. See full list of created district UI modules here.
district-ui-component
Reagent or React component in a district UI. See full list of created district UI components here.
district-library
Stateless libraries that provide set of helpful functions. A district library is meant to be used for building a district and usually it's too opinionated or incomplete to be general purpose Clojurescript library. See full list of created district libraries here.
A d0x-INFRA repository may be tagged with multiple d0x-INFRA categories, since code in a repository can be written in a way that it provides multiple of them, depending on usage context.
More documentation coming soon.