- https://geniepy.com/blog/how-to-run-reflex-apps-in-production/
- Example app → https://github.com/codingforentrepreneurs/full-stack-python
Estructure:
Template → Page → State →
- Template
- Each template has:
- Template page
- Page: rx.App() will automatically call add_page() for any method decorated with page when App.compile is called.
- Each template has: