Skip to content

Conversation

pngwn
Copy link
Member

@pngwn pngwn commented Jul 26, 2019

Is this enough? Is this the right place?

I put it in both so that it is clear regardless of where you are looking. I don't think we need an example of passing store into context since it is just another value but maybe I'm wrong.

Closes #3271.

</script>
```

> Context is not inherently reactive, if you need reactive values in context then you can pass a store into context, which *will* be reactive.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That comma splice tho

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not, sure, what, you, mean.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"In English grammar, a comma splice or comma fault is the use of a comma to join two independent clauses. For example: It is nearly half past five, we cannot reach town before dark."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(In the other place you added this in the docs, you made it two completely separate sentences, which seems fine.)

Copy link
Member Author

@pngwn pngwn Jul 27, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense, I thought it looked a bit weird. I've changed it to match the other one.

@Conduitry Conduitry merged commit fcfad5a into sveltejs:master Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: Explain that context values can be stores
2 participants