Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add blastra #978

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list.
- [create-nx-workspace](https://github.com/nrwl/nx) - Scaffolding a Nx + React + Vite + Vitest.
- [bati](https://github.com/batijs/bati) - Scaffolding a Vike project.
- [create-awesome-node-app](https://github.com/Create-Node-App/create-node-app) - Scaffolding your project choosing between different templates.
- [create-blastra](https://github.com/devthefuture-org/blastra/tree/main/packages/create/template) - Scaffolding a Blastra project.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be one link, and you should specify the content of the project itself.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand, the project itself is described here:

Blastra - React SSR framework built on Vite.js with file-based routing, isomorphic data loading, and optional high-performance Go server deployments.

There is one link: [create-blastra](https://github.com/devthefuture-org/blastra/tree/main/packages/create/template)

and the item is formatted like previous ones, eg: [bati](https://github.com/batijs/bati) - Scaffolding a Vike project.

Could you explain what do you expect, the requested change it's not really clear for me


### Templates

Expand Down Expand Up @@ -693,6 +694,7 @@ In this section, we use badges to indicate the targeted Vue version for each plu
- [SSRx](https://github.com/marbemac/ssrx) - A thin layer on top of Vite to build modern SSR apps with a delightful DX.
- [Vinxi](https://github.com/nksaraf/vinxi) - The Full Stack JavaScript SDK. Allows adding SSR to a Vite app.
- [domco](https://github.com/rossrobino/domco) - Minimal full-stack JavaScript. Turns a Vite app into a full-stack application with minimal dependencies.
- [Blastra](https://github.com/devthefuture-org/blastra/) - React SSR framework built on Vite.js with file-based routing, isomorphic data loading, and optional high-performance Go server deployments.

### Frameworks

Expand Down