Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function-based Component API #42

Closed
wants to merge 32 commits into from
Closed
Changes from 14 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
903f429
function-based api
yyx990803 Jun 7, 2019
2449999
more details on spaghetti code
yyx990803 Jun 7, 2019
307570a
tweaks
yyx990803 Jun 8, 2019
21fdc18
note on type
yyx990803 Jun 9, 2019
fa1cdf0
useMemo -> useCallback
yyx990803 Jun 9, 2019
94583cc
tweaks regarding deps
yyx990803 Jun 9, 2019
3247c70
fix typo
yyx990803 Jun 9, 2019
bcc0e2b
add details on type inference
yyx990803 Jun 10, 2019
879e367
small edits
yyx990803 Jun 10, 2019
2cd74d7
fix typos
yyx990803 Jun 10, 2019
3ada0dc
add an example for render function usage
yyx990803 Jun 11, 2019
05530ec
improve render fn usage & type inference details
yyx990803 Jun 12, 2019
adefea6
Update 0000-function-api.md
yyx990803 Jun 12, 2019
08ad9e1
provide context and disable `this` in setup()
yyx990803 Jun 19, 2019
f8b4dfe
improve dependency injection typing
yyx990803 Jun 19, 2019
79c933a
use SFC syntax in basic example
Akryum Jun 21, 2019
b06b89e
provide high-level Q&A + more exmaples
yyx990803 Jun 21, 2019
9acf776
fix link
yyx990803 Jun 21, 2019
e327443
tweak q&a
yyx990803 Jun 21, 2019
f100026
Update 0000-function-api.md
btc Jun 21, 2019
ba6845d
tweaks
yyx990803 Jun 21, 2019
0b41928
add more examples
yyx990803 Jun 21, 2019
03824e8
more details on adoption strategy
yyx990803 Jun 21, 2019
ed34e5a
Update active-rfcs/0000-function-api.md
yyx990803 Jun 21, 2019
283f4dd
chore(typo): depercated --> deprecated (#49)
RohanTalip Jun 22, 2019
5fb5791
adjust phrasing of adoption strategy
yyx990803 Jun 23, 2019
3fd78be
Add missing template row in new API example (#52)
EduardDopler Jun 23, 2019
51d6752
clarify example titles
chrisvfritz Jun 24, 2019
83e13ed
Comparison with 2.x API - correct imports
adamwardecki Jun 23, 2019
6fe6f7b
update adoption strategy per user feedback
yyx990803 Jun 24, 2019
fe5f3d4
Add example of using Standard and Function-based APIs together in one…
aminimalanimal Jun 26, 2019
f1e0b4b
chore(function-api): fix typo (#66)
farzadso Jul 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading