I am also fighting those kind of UX designs.. Pretty annoying sometimes ๐
Yeah, the battles around "how do I make it suck like I'm used to?"
Yeah basically..
Do you guys have plans for a server rendering story btw? Was wondering about that because it seems a pretty good idea for a full stack framework
@mitchelkuijpers i would think someone else would write it, heck hasnt @anmonteiro already written it?
https://github.com/ladderlife/cellophane https://github.com/omcljs/om/pull/764 https://anmonteiro.com/2016/09/om-next-server-side-rendering/
apparently itโs already in om!
we'd have to make Untangled cljc
it has to run on the server for that, but otherwise, yes, it would work
open to a PR. I care less about it for our company
our SPAs are not directly accessible as websites, so I don't care about search engine indexing, and the load speed is fast enough from a single js file. Just doesn't make sense to allocate cycles to it
lots of other more productive and useful things to target...like forms and other RAD bits
server side rendering is not needed in our use case