Currently Props is monolithic, but there is a lot of functionality that is not needed for every use case.
The base Props plugin should just handle reflection, and then the following could possibly move to separate plugins:
- Default values
- Types & conversion
- Computed properties / get / set
Currently Props is monolithic, but there is a lot of functionality that is not needed for every use case.
The base Props plugin should just handle reflection, and then the following could possibly move to separate plugins: