Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
conradfr
on Dec 2, 2022
|
parent
|
context
|
favorite
| on:
Migrating from Vue 2 to Svelte
Migrating from Vue2 to Vue3 is not that hard with the compat layer of Vue 3.1, it allows you to convert your code progressively.
I'll guess Vuex -> Pinia is more work.
philliphaydon
on Dec 2, 2022
[–]
I was annoyed when I found out vuex4 was pinia. But I followed the guide and converted over and was suprised it works without any bugs. (Except for my typos during the migration) turned out great and I love the simplified api.
conradfr
on Dec 2, 2022
|
parent
[–]
Yes it's not that hard and different, but it can't really be done progressively.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I'll guess Vuex -> Pinia is more work.