Skip to content

[FEAT] Make registry definitions be loaded on demand (kinda tree shaking) #180

Description

@MurzNN

Is your feature request related to a problem? Please describe.
For now, to display even a simple form with a simple text input, BuzzForm seems loads all the field types and validation rules from the registry to the frontend browser, that is not good for the initial load performance!

Describe the solution you'd like
Would be great to find a way to load only required field data from the registry, that is actually needed to render the current form, if this is possible.

Or maybe implement a mode to work without registry at all, where we just include manually and pass actual field functions to the form array, instead of the field type names as strings from the registry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions