From b53b29bf2ef96a1a50467eeaf9124e22609bfa6a Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 12 Nov 2019 11:31:55 -0500 Subject: [PATCH] Functional and async components API change (#27) --- .../0007-functional-async-api-change.md | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 active-rfcs/0007-functional-async-api-change.md diff --git a/active-rfcs/0007-functional-async-api-change.md b/active-rfcs/0007-functional-async-api-change.md new file mode 100644 index 00000000..9b892d05 --- /dev/null +++ b/active-rfcs/0007-functional-async-api-change.md @@ -0,0 +1,124 @@ +- Start Date: 2019-04-08 +- Target Major Version: 3.x +- Reference Issues: N/A +- Implementation PR: N/A + +# Summary + +- Functional components must be written as plain functions + - `{ functional: true }` option removed + - `