Introduction
Introduction to React Video Editor examples and migration guides
React Video Editor Pro ships today as a Next.js app template, but you don't have to be locked into Next.js. Many teams prefer using Vite, CRA, or their own custom React setup.
This section is designed to show you how to take RVE Pro and migrate it into your existing project, or run it in a different framework entirely.
Getting Started
Choose your framework to get started:
Vite
You have a Vite app. You've bought RVE, and now you want to migrate it from Next.js to your Vite app easily.
Next.js
You have a Next.js app, you've bought RVE, and you want to migrate the code into your existing Next.js project.
Plain JavaScript
You have a plain JavaScript app with no framework. You've bought RVE Pro, and now you want to integrate it.
Need Help?
If you get stuck:
- Review the Components docs
- Open an issue on our GitHub repo