I haven't used Svelte, but we built an app with Vue and the layout was very similar.

Not a bad way to organize your modules as long as your editor can handle the different types appropriately.

Reply to this note

Please Login to reply.

Discussion

I've never looked into Vue much. How was it for you?

It wasn't that bad. Similar to React in a lot of ways. We were using Vuex which added some nice control over how the data was manipulated.

Of course, I haven't touched it in over 6 years so I can really say what it's like these days.