You are viewing a single comment's thread from:
RE: My Busy.org November and December report: Server-Side Rendering, AMP, and a lot more
I had been using sass for a while. Transition to styled-component
took me sometime to get used to it haha.
I had been using sass for a while. Transition to styled-component
took me sometime to get used to it haha.
I like the way styled-jsx works. It feels like normal CSS but has some great features (scoped to current component, works on SSR).
If you are working on new app and want to have SSR I recommend checking out Next.js.
Currently I am still using Express or Koa for SSR haha.
I am also looking on this jss where Material-UI is using this.