Replies: 2 comments 1 reply
-
Hi @boynet, Thanks for asking these question(s)! First off, I'll just be fully transparent about something that our Svelte users might have been wondering at this point: While the Svelte adapter & community is very important to Inertia, development on it has been rather stagnant as of late, simply because the people maintaining it have been busy with other, non-Inertia things. This is totally OK, as it is FOSS after all, but for the Inertia Svelte adapter / project, it does create a bit of a problem. As a result, we've recently been busy to try and resolve this problem, and with a bit of luck we should have more activity on the Svelte side of things in the near future.
That said, right now, as you might've already guessed, there isn't anyone working on the form helper or other things, but we would really appreciate it if people would want to pick things like this up! To do so without other people working on the same thing, I suggest the following process:
At this point, because of our (too) limited Svelte experience, we likely won't merge the PR directly, although we will welcome community reviews/feedback. Once we're convinced that the PR is in a healthy shape and works as intended, we'll likely merge it. One thing that I really cannot stress enough, is that we might keep the PR open for a long time, or even reject it altogether, for many different reasons:
This is actually what we're trying to do already through the 'Inertia core' ( Hope this answers your questions! 👍 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, so you would recommend before start working on a project with interia+svelte to consider other options?
what I ment is to build a frameworkless api and let the framework adapters speak with the api, so 90% of the code will be reusable in all framework for example
implment it in the base api and let the frameworks adapters call it like:
now making a svelte adapter will be childs game I have no idea if it possible |
Beta Was this translation helpful? Give feedback.
-
I think its good idea to track it here so multiple people will not work on the same stuff
I wonder if there some way of creating the base api in vanilla js and then create simple adapter in each framework?
as its crazy to maintain each feature to all frameworks
Beta Was this translation helpful? Give feedback.
All reactions