All Projects → anmonteiro → om-next-fullstack

anmonteiro / om-next-fullstack

Licence: other
Fullstack application demoing Om Next server-side rendering.

Programming Languages

clojure
4091 projects

om-next-fullstack

Fullstack application demoing Om Next server-side rendering.

Note: Requires Om 1.0.0-alpha45.

Running

boot dev

Then point your browser to http://localhost:8081/.

Largely adapted from https://github.com/swannodette/om-next-demo

Oddities

Reader Macros

#js reader macros will break when run server side with boot. (boot.core/load-data-readers!) is used in this repository's build.boot to properly load the data readers enclosed in om. Please do not forget to include this when building your own prerendered om.next app with boot!

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