8000 Update active-rfcs/0000-function-api.md · vuejs/rfcs@ed34e5a · GitHub
[go: up one dir, main page]

Skip to content

Commit ed34e5a

Browse files
yyx990803audiolion
andauthored
Update active-rfcs/0000-function-api.md
Co-Authored-By: Ryan Castner <audiolion@users.noreply.github.com>
1 parent 03824e8 commit ed34e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0000-function-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This RFC also provide strictly superior logic composition and better type infere
3535

3636
First, the template syntax doesn't change, and you are not forced to use this API for your `<script>` sections at all.
3737

38-
Second, if you use React, you'll most likely be using React Hooks. This API is certainly inspired by React hooks, but it works fundamentally differently and is rooted in Vue's very own reactivity system. In addition, [we believe this API addresses a number of important usability issues in React Hooks](#comaprison-with-react-hooks). If you cannot put up with this API, you will most likely hate React Hooks even more.
38+
Second, if you use React, you'll most likely be using React Hooks. This API is certainly inspired by React hooks, but it works fundamentally differently and is rooted in Vue's very own reactivity system. In addition, [we believe this API addresses a number of important usability issues in React Hooks](#comparison-with-react-hooks). If you cannot put up with this API, you will most likely hate React Hooks even more.
3939

4040
# Summary
4141

0 commit comments

Comments
 (0)
0