Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize schema $ref hooks/handlers #135

Open
elbakerino opened this issue Apr 3, 2021 · 1 comment
Open

Optimize schema $ref hooks/handlers #135

elbakerino opened this issue Apr 3, 2021 · 1 comment
Labels
core enhancement New feature or request
Projects
Milestone

Comments

@elbakerino
Copy link
Member

elbakerino commented Apr 3, 2021

Using subschemas inside e.g. object renderer doesn't contain resolved schemas - as they will only be resolved inside the sub-schema PluginStack.

  • useSchemaRef for generic $ref resolving
  • useSchemaNetworkRef for the optional network-resolving using UIApi

Check and optimize that ReferencingNetworkHandler isn't neeeded anymore.

@elbakerino elbakerino added enhancement New feature or request core labels Apr 3, 2021
@elbakerino elbakerino added this to To do in ui-schema via automation Apr 3, 2021
@elbakerino elbakerino added this to the v0.4.0 milestone Jun 28, 2021
@elbakerino
Copy link
Member Author

Added new hook useSchemaRef commit#1290f9 in v0.3.0-alpha.10

@elbakerino elbakerino changed the title New useRef hook New useSchemaRef hook Mar 13, 2022
@elbakerino elbakerino changed the title New useSchemaRef hook Optimize schema $ref hooks/handlers Mar 13, 2022
@elbakerino elbakerino modified the milestones: v0.4.0, v0.5.0 May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
ui-schema
  
To do
Development

No branches or pull requests

1 participant