Hello Stackers, Many developers are currently talking about this one.
Remult is a fullstack CRUD framework that uses your TypeScript model types to provide:
- Secure REST API (highly configurable)
- Type-safe frontend API client
- Type-safe backend query builder
Use the same model classes for both frontend and backend code
With Remult it is simple to keep your code DRY and increase development speed and maintainability by defining a single TypeScript model class (for each domain object) and sharing it between your frontend and backend code.
As Remult is “aware” of the runtime context (frontend or backend), data validations and entity lifecycle hooks can be written in layer-agnostic TypeScript which will run, as needed, on either the frontend, the backend, or both.
A CRUD framework for fullstack TypeScript
Remult
Quick Start ReactJS
git clone https://github.com/remult/react-vite-express-starter.git remult-react-todo cd remult-react-todo npm install npm run dev
The default “Vite + React” app main screen should be available at the default Vite dev server address http://127.0.0.1:5173
Okay that’s All folks.. for the full documentation please refer here.. cya.