diff --git a/site/content/guide/0-important-note.md b/site/content/guide/0-important-note.md new file mode 100644 index 0000000000..ae751e1f93 --- /dev/null +++ b/site/content/guide/0-important-note.md @@ -0,0 +1,7 @@ +--- +title: Important note +--- + +### Read the RFCs + +Much of the documentation below is out of date! For more accurate and current information on how Svelte 3 works in the meantime, check out the RFCS on [reactive assignments](https://github.com/sveltejs/rfcs/blob/master/text/0001-reactive-assignments.md), [reactive stores](https://github.com/sveltejs/rfcs/blob/master/text/0002-reactive-stores.md) and [reactive declarations](https://github.com/sveltejs/rfcs/blob/master/text/0003-reactive-declarations.md).