Zap.ts ⚡️
Migration

Migrate from React

How to migrate your React project to Zap.ts.

Migrating from React to Zap.ts

Zap.ts is built on top of Next.js, which itself is a React framework. This means that migrating from a React project to Zap.ts involves adapting your code to fit within the Next.js ecosystem.

Migration Steps

  1. Convert to Next.js:

  2. Test and Refine:

    • Run bun install to install dependencies.
    • Test your app and ensure all routes, and features work as expected.
    • Refactor and take advantage of Zap.ts' plugin system.

Last updated on