File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,19 +210,19 @@ Run it with `python main.py` and open `http://localhost:8000`. You have a full-s
210210
211211## 🛣️ Roadmap
212212
213- We are currently in v1.0 (Core). Here is the vision for the immediate future of Violetear:
213+ We are currently in v1.1 (Core). Here is the vision for the immediate future of Violetear:
214214
215- ### v1.1 : The "App" Update (Deployment)
215+ ### v1.2 : The "App" Update (Deployment)
216216
217217 * **📱 Progressive Web Apps (PWA)**: Simply pass `@app.route(..., pwa=True)` to automatically generate `manifest.json` and a Service Worker.
218218 * **🔥 JIT CSS**: An optimization engine that scans your Python code and serves *only* the CSS rules actually used by your components.
219219
220- ### v1.2 : The "Navigation" Update (SPA)
220+ ### v1.3 : The "Navigation" Update (SPA)
221221
222222 * **🧭 SPA Engine**: An abstraction (`violetear.spa`) for building Single Page Applications.
223223 * **Client-Side Routing**: Define routes that render specific components into a shell without reloading the page.
224224
225- ### v1.3 : The "Twin-State" Update (Reactivity)
225+ ### v1.4 : The "Twin-State" Update (Reactivity)
226226
227227 * **`@app.local`**: Reactive state that lives in the browser (per user). Changes update the DOM automatically.
228228 * **`@app.shared`**: Real-time state that lives on the server (multiplayer). Changes are synced to all connected clients via **WebSockets**.
You can’t perform that action at this time.
0 commit comments