Flexx
latest
  • Getting started
  • Guide
    • Widgets basics
    • Widgets are components
    • The event system
    • Reactions
    • PScript, modules, and scope
    • Handling assets and data
    • Sensible usage patterns
    • Ways to run a Flexx app
    • Debugging
  • Reference
  • Examples
  • About
Flexx
  • Docs »
  • Guide
  • Edit on GitHub

GuideΒΆ

  • Widgets basics
    • Your first widget
    • Structuring widgets
    • Turning a widget into an app
    • Using widgets the Python way
    • Using widgets the web way
    • Next
  • Widgets are components
    • PyComponent and JsComponent
    • Proxy components
    • The root component
    • Next
  • The event system
    • Relation to other parts of Flexx
    • Event object
    • The Component class
    • Properties represent state
    • Attributes
    • Local properties
    • Actions can mutate properties
    • Mutations to array-like properties
    • Emitters create events
    • Next
  • Reactions
    • Greedy and automatic reactions
    • Reacting to in-place mutations
    • Connection string labels
    • Dynamism
    • Implicit dynamism
    • Next
  • PScript, modules, and scope
    • PScript is almost Python
    • Scope
    • Next
  • Handling assets and data
    • Asset management
    • Data management
    • Next
  • Sensible usage patterns
    • The observer pattern
    • Use of a central data store
    • Lean towards Python
    • Only JS
    • Clear separation
    • Next
  • Ways to run a Flexx app
    • Run as a desktop app
    • Flexx in Jupyter
    • Serve as a web app
    • Export to a static web page
    • Serve as a proper web app
    • Next
  • Debugging
    • Be clear about where the offending code is running
    • Digging in the Python side
    • Digging in the JavaScript side
    • End
Next Previous

© Copyright 2015-2018, Flexx contributors Revision 0c1b4a6a.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v0.7.1
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
Downloads
htmlzip
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.