R
Reactiflux

If you use React, you should be using a React framework

If you use React, you should be using a React framework

Vvcarl1/24/2023
Tweets from acdlite. Whatcha think? https://twitter.com/acdlite/status/1617611126514266112 https://twitter.com/acdlite/status/1617611127982284800 https://twitter.com/acdlite/status/1617611129282527232 https://twitter.com/acdlite/status/1617611131039940608 https://twitter.com/acdlite/status/1617611133216788480 https://twitter.com/acdlite/status/1617667095759835136 https://twitter.com/acdlite/status/1617667097424986114 I generally agree tbh. Data fetching alone, I think, is reason enough to have something help do the heavy lifting. If you have SSR needs (and virtually every app is improved by adding the ability to pre-render something before clientside JS loads), then building your own from scratch is 100% building a custom framework I was watching this, and he talks about the need to own the server to provide some of the dev experience they intend to, which seems to line up with this as well https://www.youtube.com/watch?v=C1m5hQDjk20
Llebouwski1/24/2023
I have literally 0 benefit from SSR, it's a CRUD app behind a login screen nextjs provides nothing that'll improve that experience loading data 'per page request' is the wrong abstraction and the app folder is half baked at the moment SSR would be fine for the initial request I just want it to be CSR+offline first after that
UUUnknown User1/24/2023
4 Messages Not Public
Sign In & Join Server To View
Vvcarl1/24/2023
yeah i gotta say i LOVE the exports pattern, and i can sense how complex the build process for making it work is. really nice experience for the most part
export const loader =
export const action =
export default
export const loader =
export const action =
export default
UUUnknown User1/25/2023
4 Messages Not Public
Sign In & Join Server To View

Looking for more? Join the community!

R
Reactiflux

If you use React, you should be using a React framework

Join Server