Personal Second Brain


Most recent

  • Harness Engineering

    Apr 26, 2026

  • TDFlow: Agentic Workflows for Test Driven Software Engineering

    Apr 17, 2026

  • Ask, and it shall be given: On the Turing completeness of prompting

    Apr 01, 2026

See 344 more →

Home

/

notes

Reflex

Apr 22, 20251 min read

  • 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.

Graph View

Created with Quartz v4.5.0 © 2026

  • GitHub