do4ng / zely

🛰️ a backend framework for Node.js
https://zely.netlify.app/
MIT License
1 stars 1 forks source link

Feature "Prexty" (prext@0.1) #4

Closed do4ng closed 1 year ago

do4ng commented 1 year ago

Prexty will make prext use frontend frameworks (such as react)

Features

Usage

> yarn add prext prexty react -D
import { defineConfig } from 'prext/config';
import { react, prexty } from 'prexty';
export default defineConfig({
  plugins: [
    // adapter
    prexty(),
    // prexty react plugin
    react(),
  ],
});

Todo

do4ng commented 1 year ago

now prext core supports prexty.