DEV Community

Hidayt Rahman
Hidayt Rahman

Posted on

Rendering Frameworks JavaScript

Next.js

Next.js is an open-source web development framework created by Vercel enabling React-based web applications with server-side rendering and generating static websites
https://nextjs.org/

Nuxt

Nuxt.js is a free and open source JavaScript library based on Vue.js, Node.js, Webpack and Babel.js. Nuxt is inspired by Next.js, which is a framework of similar purpose, based on React.js. The framework is advertised as a "Meta-framework for universal applications"
https://nuxtjs.org/

Gatsby

Gatsby is an open-source static site generator built on top of Node.js using React and GraphQL. It provides over 2500 plugins to create static sites based on sources as Markdown documents, MDX, images, and numerous Content Management Systems such as WordPress, Drupal and more
https://www.gatsbyjs.com/

Remix

Focused on web standards and modern web app UX, you’re simply going to build better websites
https://remix.run/

Astro

Astro Islands represent a leading paradigm shift for frontend web architecture. Astro extracts your UI into smaller, isolated components on the page. Unused JavaScript is replaced with lightweight HTML, guaranteeing faster loads and time-to-interactive (TTI).
https://astro.build/

Eleventy

Eleventy, a simpler static site generator.
https://www.11ty.dev/

SvelteKit

While Svelte handles code that runs in the browser — like interactivity and reactivity — SvelteKit gives you infrastructure for the server hosting your app. SvelteKit will provide routing, layouts, static-site generation, API endpoints, and other app features that can only run on a server
https://kit.svelte.dev/

Docusaurus

Docusaurus is a tool designed to make it easy for teams to publish documentation websites without having to worry about the infrastructure and design details.
https://docusaurus.io/

Top comments (0)