from Hacker News

React with Vite and TypeScript and its common challenges

by philonoist on 12/26/23, 5:14 AM with 1 comments

  • by Flam on 12/26/23, 6:06 AM

    > While it is a good solution, it includes a Node.js component that implements Server-Side Rendering. SSR pre-renders pages on the server before sending them to the client. If you want to avoid that and create applications similar to the ones built with the Create React App, another alternative exists.

    You can use Next without SSR