DEV Community

Discussion on: What would you choose if you'd go against the trends?

Collapse
 
guitarino profile image
Kirill Shestakov

Preact instead of React. My own (MobX-like) state management instead of Redux. BEM instead of CSS-in-JS.

Collapse
 
merri profile image
Vesa Piittinen

I have one hobby project where I'm doing good old server side rendering on Deno + Oak + Preact + htm. No bundle building for server, and client JS will most likely be vanilla JS with page specific manually written scripts. CSS will be single file. No minification, no bundling, no code splitting. Doing stuff like that is way overkill for a small traffic service :)