UNPKG

forket

Version:

A library (not a framework) that brings the support of React Server Components in your React application.

7 lines (5 loc) 106 B
#!/usr/bin/env node import Forket from "./index.js"; Forket().then((forket) => { forket.process(); });