Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
feat: change README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Aug 7, 2021
1 parent a5ce81e commit 980c243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vitext (Vite + Next) is a lightning fast SSG/SSR tool that lets you develop bett
The development server uses native ES modules, So you're going to have your React app server-rendered and client rendered very fast, under a half a second for me.

### 💥 Suspense support
You don't have Suspense for your SSR app (Next.js, Gatsby, ...). don't worry, because Vitext supports React Suspense & Lazy out of the box.
Vitext supports React Suspense & Lazy out of the box.
```ts
import { lazy, Suspense } from 'react';

Expand Down Expand Up @@ -68,7 +68,7 @@ export default IndexPage;
Vitext uses Vite's building and bundling approach, So it bundles your code in a fast and optimized way.

### 💎 Build & Export on fly
You don't need to wait for HTML exports of your app like Next.js SSG because Vitext exports pages to HTML simultaneously while serving your app, So no `next export`.
You don't need to wait for HTML exports of your app because Vitext exports pages to HTML simultaneously while serving your app, So no `next export`.

### 🚀 Lightning SSR/SSG
ES modules, Fast compiles and Web workers empower the Vitext SSR/SSG strategy, so you'll have an astonishingly fast SSR/SSG.
Expand Down

0 comments on commit 980c243

Please sign in to comment.