WolfyUtilities icon indicating copy to clipboard operation
WolfyUtilities copied to clipboard

Improve API and Structure of Components

Open WolfyScript opened this issue 5 months ago • 0 comments

  • Clear separation between NativeComponents and Component Setup Functions

    • Only NativeComponents are actual components present in the model graph
    • Component Setup Functions defined via API to structure and group UI. They only run once and set up the reactive system around NativeComponents
  • Simplify the platform implementations

    • Keep styles separate from components
    • Keep renderer separate from the reactive graph

WolfyScript avatar Aug 30 '24 22:08 WolfyScript