Overview of Fresh features
mainFresh is a next-generation web framework built for speed, reliability, and simplicity. Key features include:
- Island-based client hydration: Provides interactivity only where needed.
- Zero runtime overhead: No JavaScript is shipped to the client by default.
- No configuration necessary: Works out of the box.
- TypeScript support: Built-in support for TypeScript.
- File-system routing: Routing is handled via the file system, similar to Next.js.