From b8c5ab5c1272702abb6d6862af7ac24256540b73 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 28 Dec 2018 13:27:11 -0500 Subject: [PATCH] link to RFCs --- site/content/guide/0-important-note.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site/content/guide/0-important-note.md 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).