Any fulcro and fulcro-css users out there in Om Next land? Having trouble writing the local-rules css for nested selectors, e.g. “.main-nav li a:hover {… }”
ask in #fulcro 🙂
@eugekev also, check Garden documentation, fulcro-css generates de styles using that
Ah, thanks @sundarj Hadn’t seen the different channel
Thanks @timovanderkamp - that does indeed work. As an aside, and having worked with straight React/ES6 to better understand it first, I agree its nice to embed markup with the component. I have to say though that this nested garden syntax for CSS is a certainly bit more complex to grok than separate entries in a normal CSS file. Will have to see how easy this gets as I get better at it.
Would love to hear what people feel is the best routing for Om Next. Are people mostly using Compassus? Or rolling their own ala https://anmonteiro.com/2016/02/routing-in-om-next-a-catalog-of-approaches/
@eugekev I think fulcro provides routing
for what I've seem, most people are rolling their own. since you are using Fulcro I recommend you check the approach suggested there, since it's one already tested with this stack
Thanks @nha - had missed that but see it now in the docs.