Juniper is a web framework for building React applications with Deno. It makes it easy to understand your application as a tree. The server routing is built with Hono and the UI routing is built with React Router.
This is a work in progress, not ready for use.
- TODO: Write out list of features
The documentation for how to use all of the entrypoints for this framework's package can be found on JSR (@udibo/juniper).
In addition to that documentation for the code below is a list of guides for how to use the framework.
- Getting Started
- Configuration
- Development tools
- Routing
- HTTP Middleware
- Static Files
- Metadata
- Styling
- Database
- State Management
- Forms
- Error Handling
- Testing
- Logging
- CI/CD
To contribute, please read the contributing instruction.