We choose Next.js for our React framework because it's very minimal and has a very organized file structure. Also, it offers key features like zero setups, automatic server rendering and code splitting, typescript support. Our app requires some loading time to process the video, server-side rendering will allow our website to display faster than client-side rending.
13 upvotes·1 comment·300.8K views
I'm trying Aleph.js (https://alephjs.org/), a Deno alternative to Next.js. Very good experience overall.