WolfyUtilities
WolfyUtilities copied to clipboard
Improve API and Structure of Components
-
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