How to style React applications while the world burns around us (2020)
1–10 of 17 posts
Re: How to style React applications while the world burns around us (2020)
#2Re: How to style React applications while the world burns around us (2020)
#3Deserves a (2020) tag I think, given the regular references to "current times", plus the rate of change in the CSS/JS space
Re: How to style React applications while the world burns around us (2020)
#4This feels a bit dismissive. Alipay is the largest payment platform in the world.
Re: How to style React applications while the world burns around us (2020)
#5Re: How to style React applications while the world burns around us (2020)
#6Maybe I'm the minority here, but with something like Vite I can import a css file directly into a given component's file and call it a day. Haven't worried about scoping in forever, and only need to manage a number of distinct, small, and comprehensible css files.
I went through a very similar story to the author and ended up with the same conclusion. Once I tried it, everything else felt terrible
Re: How to style React applications while the world burns around us (2020)
#7Re: How to style React applications while the world burns around us (2020)
#8Webseitenstilzerschütterungsangst?
Re: How to style React applications while the world burns around us (2020)
#9http://sunsite.uakom.sk/sunworldonline/swol-04-1997/swol-04-...
Re: How to style React applications while the world burns around us (2020)
#10As someone working in this space, it's a huge relief to move away from piles of CSS/SCSS files towards colocating styles with markup.