Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Reactive assignments #4

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

Merged
merged 64 commits into from
Dec 28, 2018
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
afa4be5
make a start on reactive assignments RFC
Rich-Harris Nov 2, 2018
fd091a6
typo
Rich-Harris Nov 2, 2018
0c10cd6
Update text/0000-reactive-assignments.md
Conduitry Nov 2, 2018
2b2ff98
clarify oncreate stuff
Rich-Harris Nov 2, 2018
be4ddf9
add details on refs and compiler options
Rich-Harris Nov 2, 2018
6e12409
typo
Rich-Harris Nov 2, 2018
db1c0f7
events
Rich-Harris Nov 2, 2018
6a9e418
component API
Rich-Harris Nov 2, 2018
a7742a8
script-less components
Rich-Harris Nov 2, 2018
130d1b6
typescript
Rich-Harris Nov 2, 2018
ce0c82f
custom elements
Rich-Harris Nov 2, 2018
15c8a79
dependency tracking
Rich-Harris Nov 2, 2018
3e3758c
bindings
Rich-Harris Nov 2, 2018
5af55cb
preload and setup
Rich-Harris Nov 2, 2018
4fcfd92
ssr
Rich-Harris Nov 2, 2018
bab0e31
standalone components
Rich-Harris Nov 2, 2018
5e2b42e
sync vs async
Rich-Harris Nov 2, 2018
78f2c7c
suspense
Rich-Harris Nov 2, 2018
33ce75a
store, spread props
Rich-Harris Nov 2, 2018
0233a95
svelte-extras
Rich-Harris Nov 2, 2018
d92efc1
examples
Rich-Harris Nov 2, 2018
79c95cc
bottom sections
Rich-Harris Nov 2, 2018
523ecab
Fixing minor syntax issue in example
TehShrike Nov 2, 2018
9181dfa
More parens
TehShrike Nov 2, 2018
5d42870
add note
Rich-Harris Nov 2, 2018
ab2b783
remove bit about pkg.devDependencies
Rich-Harris Nov 2, 2018
cbc9bd6
refine language around exports
Rich-Harris Nov 2, 2018
27060f6
add note about CustomEvent and IE
Rich-Harris Nov 2, 2018
39e7f24
lang=typescript
Rich-Harris Nov 2, 2018
0811b9d
rename functions to onprops and onmount
Rich-Harris Nov 2, 2018
011c830
$on and $destroy
Rich-Harris Nov 2, 2018
0fa82a9
remove __props__ magic global
Rich-Harris Nov 3, 2018
0da3b7e
tweak interval example
Rich-Harris Nov 3, 2018
38d1466
remove WIP warning
Rich-Harris Nov 3, 2018
50ae502
rename to 0001, add links
Rich-Harris Nov 3, 2018
543f42d
where are my semicolons? im a monster
Rich-Harris Nov 3, 2018
6d6c0a0
Merge branch 'patch-1' of https://github.com/TehShrike/rfcs-1 into Te…
Rich-Harris Nov 3, 2018
045ef2b
update PR link
Rich-Harris Nov 3, 2018
55d426a
include time slicing, and give credit where it is due
Rich-Harris Nov 3, 2018
b4836bd
link to events section
Rich-Harris Nov 3, 2018
907cfad
link to sync vs async
Rich-Harris Nov 3, 2018
df1bbc1
add a section on mutating objects/arrays
Rich-Harris Nov 3, 2018
bffe031
only need that comment once
Rich-Harris Nov 3, 2018
e39d0cb
clarification
Rich-Harris Nov 3, 2018
cbfd9be
typo
Rich-Harris Nov 3, 2018
e4210bb
linkify Sapper
Rich-Harris Nov 3, 2018
081a584
just remove this section, it isnt doing any work
Rich-Harris Nov 3, 2018
370f65f
missing ref
Rich-Harris Nov 3, 2018
66a72f4
clarify
Rich-Harris Nov 3, 2018
31edbda
update TODO
Rich-Harris Nov 3, 2018
02d7c94
Update text/0001-reactive-assignments.md
TehShrike Nov 3, 2018
52af92f
incorporate the latest thinking
Rich-Harris Nov 18, 2018
6993b9e
context=module
Rich-Harris Nov 24, 2018
4136ab9
update lifecycle hook names
Conduitry Nov 25, 2018
f664ca7
missed a couple
Conduitry Nov 25, 2018
49b6544
update lifecycle stuff
Rich-Harris Nov 26, 2018
acfa1c8
clarify onMount returned functions
Rich-Harris Nov 26, 2018
cebc90d
Update 0001-reactive-assignments.md
Rich-Harris Dec 9, 2018
83fb1d2
Update 0001-reactive-assignments.md
Conduitry Dec 12, 2018
3dd200f
remove computed property stuff, link to RFC 3 instead
Rich-Harris Dec 16, 2018
9d6afdf
Merge branch 'reactive-assignments' of github.com:sveltejs/rfcs into …
Rich-Harris Dec 16, 2018
5672da2
remove this line too
Rich-Harris Dec 16, 2018
27e0202
remove a couple of yaks
Rich-Harris Dec 16, 2018
d239a3d
various updates
Rich-Harris Dec 21, 2018
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
Prev Previous commit
Next Next commit
remove bit about pkg.devDependencies
  • Loading branch information
Rich-Harris committed Nov 2, 2018
commit ab2b7833517016b196b294521bb7d5b81fb9533b
2 changes: 0 additions & 2 deletions 2 text/0000-reactive-assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ I don't think the API needs to change.

It's not clear how this proposal affects standalone components (as opposed to those that use shared helpers). Perhaps it doesn't?

One consequence of the new way of doing things: Svelte no longer lives in `pkg.devDependencies`, but would instead need to become a `dependency`. Not very On Brand but probably a small price to pay.


### Store

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.