Fork me on GitHub
#hoplon
<
2018-12-10
>
flyboarder19:12:26

@bocaj probably not, although the samples should work

bocaj19:12:03

Hoplon samples that I've found all work. I was trying to get fighweel.main to work (forgot to state that).

bocaj19:12:37

...not a Hoplon issue after all. That said,

bocaj19:12:50

Is 1.10.x working with Hoplon 1.7.x afa y k?

Dustin Getz19:12:50

Does Hoplon support server side rendering? If not what obstacles are preventing so? How easy is it to integrate React components at the leafs, it seems very straightforward, is this a thing most people do?

flyboarder20:12:23

@bocaj yes, with the 7.x versions you should be able to use CLJS1.10 without issues - there are lots of CLJS changes in recent versions if you have problems let me know!

bocaj20:12:05

Cool cool

flyboarder20:12:36

@dustingetz no not something people usually do in hoplon, you could write a library to wrap react components - however hoplon users havnt needed that as far as I know.

flyboarder20:12:23

Usually you build everything yourself and just integrate css libs into your application - then you use a much more concise spreadsheet like programming to wire up the elements

flyboarder20:12:16

@dustingetz regarding the server side rendering: Hoplon is a client-side library, it’s designed to operate at runtime - with compile-time features like specs, etc.

flyboarder20:12:52

You can however pre-render the content from a Hoplon page and send that to the client - there are many ways of doing this

flyboarder20:12:05

There is a boot task for pre-rendering if you are using boot for your build tool - this task is a bit old and I would recommend rolling your own