1414It's fast because it ** skips the VDOM entirely** — no state triggers, no diffing, no component redraws.
1515
1616### If you contribute:
17+
1718Stay ** pre-rendered, declarative, and brutally fast.**
1819
1920---
@@ -50,15 +51,15 @@ For questions, proposals, or early feedback. Share ideas before building.
5051
5152Use the templates.
5253
53- * ** Bug** → Include steps to reproduce, expected vs. actual behavior.
54- * ** Feature** → Explain the * why * , and sketch a possible approach.
54+ - ** Bug** → Include steps to reproduce, expected vs. actual behavior.
55+ - ** Feature** → Explain the _ why _ , and sketch a possible approach.
5556
5657### 3. Pull Requests
5758
58- * Use semantic commit prefixes: ` feat: ` , ` fix: ` , ` chore: ` , ` refactor: `
59- * Add tests if you touch logic, CLI, or rendering behavior.
60- * Keep PRs focused — one change per pull.
61- * Fill out the PR template — no empty descriptions.
59+ - Use semantic commit prefixes: ` feat: ` , ` fix: ` , ` chore: ` , ` refactor: `
60+ - Add tests if you touch logic, CLI, or rendering behavior.
61+ - Keep PRs focused — one change per pull.
62+ - Fill out the PR template — no empty descriptions.
6263
6364---
6465
@@ -84,4 +85,3 @@ Keep it respectful. Push ideas hard, not people.
8485
8586> Got a big idea? DM me:
8687> [ linkedin.com/in/austin-serb] ( https://www.linkedin.com/in/austin-serb/ )
87-
0 commit comments