React

Glossary

Next.js

The React framework created by Vercel (formerly Zeit) in 2016 that popularized server-side rendering, file-based routing, and hybrid …

Glossary

React

The declarative, component-based JavaScript UI library created at Facebook in 2013 that introduced the virtual DOM and fundamentally changed …

Glossary

React Router

The standard client-side routing library for React, created by Ryan Florence and Michael Jackson in 2014, which evolved from Ember-inspired …

Glossary

Remix

The full-stack React framework created by Ryan Florence and Michael Jackson in 2021, built on web standards and the loader/action pattern …

Glossary

Remotion

Remotion is a React framework for creating videos programmatically, treating video as code and rendering MP4 files from JSX components using …

Glossary

Virtual DOM

The Virtual DOM is an in-memory representation of the real DOM introduced by React in 2013, enabling efficient UI updates through a diffing …