Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Suspense support #90

@toiroakr

Description

@toiroakr

Is your feature request related to a problem? Please describe.
Now loading component is fixed in fabrix.
And it's simple component as follows.

export const Loader = () => {
  return (
    <div aria-busy="true" role="status">
      Loading...
    </div>
  );
};

Describe the solution you'd like
Add suspenseFallback prop to FabrixComponent.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestpackage:coreRelated to @fabrix-framework/fabrix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions