superfly

Stars
4

🕺 Superfly (experimental)

DO NOT USE THIS IN PRODUCTION, MILEAGE WILL VARY AND THERE WILL BE BUGS

Inspired by Remix and the wonderful plugin vite-plugin-ssr

Superfly is an opinionated React framework similar to Next.js, which uses modern frameworks, practices and tooling!

Getting Started

npm install @deckchairlabs/superfly@experimental

# or

yarn add @deckchairlabs/superfly@experimental

Add the following to your projects package.json

{
  "scripts": {
    "dev": "superfly dev",
    "build": "superfly build",
    "start": "superfly start"
  }
}

Configuration

TODO

module.exports = {}

Plugin API

TODO Borrow from vite/fastify, or just expose their plugin APIs.

Meta tags

TODO

Link tags

TODO

Server side data fetching

TODO