From ee31e23f2be46545450927166b48d8994d593deb Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 8 Apr 2019 16:43:31 +0800 Subject: [PATCH 1/3] functional and async components api change --- .../0000-functional-async-api-change.md | 124 ++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 active-rfcs/0000-functional-async-api-change.md diff --git a/active-rfcs/0000-functional-async-api-change.md b/active-rfcs/0000-functional-async-api-change.md new file mode 100644 index 00000000..1e7f6885 --- /dev/null +++ b/active-rfcs/0000-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 + - `