Skip to content

Commit 835681b

Browse files
committed
docs: update note about RFCs
1 parent 20ab8b1 commit 835681b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/docs/introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,10 @@ Compared to Vuex, Pinia provides a simpler API with less ceremony, offers Compos
171171

172172
### RFCs
173173

174-
While Vuex goes through RFC to gather as much feedback from the community as possible, Pinia doesn't. I test out ideas based on my experience developing applications, reading other people's code, working for clients who use Pinia, and answering questions on Discord.
175-
This allows me to provide a solution that works and is adapted to a variety of cases and application sizes. I publish often and make the library evolve while keeping its core API the same.
174+
Initially Pinia didn't go through any RFC. I tested out ideas based on my experience developing applications, reading other people's code, working for clients who use Pinia, and answering questions on Discord.
175+
This allowed me to provide a solution that works and is adapted to a variety of cases and application sizes. I used to publish often and made the library evolve while keeping its core API the same.
176+
177+
Now that Pinia has become the default state management solution, it is subject to the same RFC process as other core libraries in the Vue ecosystem and its API has entered a stable state.
176178

177179
### Comparison with Vuex 3.x/4.x
178180

0 commit comments

Comments
 (0)