om

Please ask the channel first, not @dnolen directly!
2017-10-11T01:02:03.000178Z

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 {… }”

sundarj 2017-10-11T01:04:12.000163Z

ask in #fulcro 🙂

wilkerlucio 2017-10-11T02:01:20.000087Z

@eugekev also, check Garden documentation, fulcro-css generates de styles using that

2017-10-11T02:08:24.000053Z

Ah, thanks @sundarj Hadn’t seen the different channel

2017-10-11T10:54:49.000404Z

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.

2017-10-11T10:55:27.000060Z

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/

2017-10-11T16:38:52.000034Z

@eugekev I think fulcro provides routing

wilkerlucio 2017-10-11T17:30:36.000761Z

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

2017-10-11T19:50:43.000142Z

Thanks @nha - had missed that but see it now in the docs.