Andrew Rhyand
Andrew Rhyand
Your logic is sound, but in practice it feels a bit wrong. Let's say I have a section: ``` ... ->add(new Section('ideabox', 'Idea Box', [ Field::text('idea_title'), Field::textarea('idea_body', [ 'rules' =>...
Hey @tgeorgel, thanks for the kind words. To be honest, a contributor added "type='wordpress-plugin'" in a previous PR (https://github.com/boxybird/inertia-wordpress/pull/17) and it's a feature I don't take advantage of, nor fully...
Hello! I love the idea, but there are currently no plans to support SSR. While I do agree with you that typical WordPress sites tend to have a focus on...
Clever approach! I've never used the WP REST API with Inertia. The beauty of Inertia is doesn't require the need to create any API endpoints at all. Matter of fact,...
Thanks for the additional code snippet! I can now see how you got this working, very cool. > This is not true, as Inertia [docs](https://inertiajs.com/validation#how-it-works) state we redirect user back...