Avatar of Yucen Zhang

We choose React for our client-side implementation because of React's virtual DOM implementation and component rendering optimization. It can help our app to be more stable and easier to debug. Also, react has strong support from the dev community. There is an enormous amount of reacting libraries we could use, which will speed up our development process.

READ MORE
17 upvotes·1 comment·108.7K views
Abdelhadi Sabani
Abdelhadi Sabani
·
February 27th 2021 at 8:47PM

The same with Vue!

·
Reply

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.

READ MORE
13 upvotes·1 comment·311.5K views
Mayur Borse
Mayur Borse
·
March 2nd 2021 at 3:17PM

I'm trying Aleph.js (https://alephjs.org/), a Deno alternative to Next.js. Very good experience overall.

·
Reply