Welcome to the first Starfyre(⭐🔥) App!
This page aims to showcase the direction and vision of Starfyre.
We aim to showcase the state store, server side rendering, and client side rendering.
All in Python!
We have a counter below!
And this text is rendered from the server.
2
This text will re render on button click, as this state object subscribes.
2
This text won't be re-rendered, as this state object doesn't subscribe.
Increment counter
The project is in very early stage and is breaking at various places.
Some ideas that I am using at the moment:
- recoil like state managment
- custom langauage called pyml
- different sections for client side and server side python
- single file css and html support
Star Starfyre on GitHub
https://github.com/sansyrox/starfyre
Source Code for this web page
https://github.com/sansyrox/first-starfyre-app