-
Notifications
You must be signed in to change notification settings - Fork 28
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
Request component markup via cURL #391
Comments
There are two use cases that make this feature interesting:
|
Thank you @thusc for your clarificiation. BTW above example is a combined component so probably not the neatest example. |
Actually combined components are quite useful, because it means that you can also validate the logic to combine them used by other implementations (e.g. should I wrap a table in an additional |
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
See usebedrock#391 for a discussion.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
As an example for the second bullet points above about the fragments, consider those three pages:
We can clearly see how, starting with the first screen, we could use something like an AJAX call to only fetch the HTML fragment containing the result of the simulation, and inject it at the right place to avoid a full page refresh when submitting the form. For instance this can be achieved with htmx. |
See usebedrock#391 for a discussion.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock#391.
This is supposed to contribute to usebedrock/bedrock#391.
Feature request to be able to request component via cuRL. E.g.
Resulting output:
The text was updated successfully, but these errors were encountered: