Fire 2.0 #4
tyler-ruff
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version 2.0 for Fire is in pre-alpha now, you can view it by visiting the respective dev branch v2.0.
First off, you will notice this version uses a bundler, Vite. The reason why we made this shift is for code splitting, extensibility/pluggability, for importing JS modules, and for CSS preprocessing (among other benefits). Vite is naturally the most mature and lean solution for this project.
Next, you will notice most of the code from v1 has been completely removed. This is intentional, and note the overall architecture of v2 is subject to change as we move through the alpha stage into the beta stage.
Finally, you will notice Tailwind is included in the Vite build, this is a solution provided as special design for Blazed sites, feel free to edit or remove on your own forks of this project.
All reactions