Fork me on GitHub
#rum
<
2021-12-09
>
sova-soars-the-sora02:12:02

Hey everyone! So, embarking on a new ambitious project Want to use rum. wants: SSR (serverside-rendering) + Ability to use something like material UI or some sort of styling library for snazziness My concern is that if the js library for styling is modifying the dom, that will jack up the SSR & hydrating... Is there a "best practice" or "working practice" for adding styling js libs and having SSR?

Niki15:12:06

Rum SSR is completely free of JS, Java only, so I don’t think it’s a good idea to bring JS libs

sova-soars-the-sora22:12:38

@U050UBKAA that's what I was thinking! I'd rather get as far as I can with pure CSS but not everyone on the team is behind this philosophy just yet lol.