Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.18 KB

Starry ✨

Work in Progress — Fun little Static React Sites

Features

  • 📁 Simple file based routing
  • 💥 Powerful built-in data layer
  • ☂️ Optional hydration (just HTML by default)
  • 🔌 Easy to plugin

Reason

There are already some excellent solutions in the React static-site arena, namely Next.js & Gatsby. Next.js allows developers to develop websites and apps through a set of cleverly thought out conventions, such as file-system routing. However, Next.js is certainly not a batteries-included kind of framework.

Even for the most basic use cases like a blog, Next.js requires the developer to implement boilerplate code for loading in their content and data. On the other hand, Gatsby has very powerful tooling allowing developers to include almost any kind of data or content in their site almost immediately.

Starry aims to strike a balance between power & simplicity. Starry is also heavily influenced by 11ty.

Contributing

If you wish to contribute to Starry, please open an issue.