From 6fefcb66a958447704d66e2e8b5ea96aa9d56a9e Mon Sep 17 00:00:00 2001 From: spoeck Date: Sun, 24 Mar 2019 16:18:45 +0100 Subject: [PATCH] update roadmap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7823322..0ed0f06 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,15 @@ Inspired by: - [x] [React Router](https://github.com/ReactTraining/react-router) - [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension) - [x] [TodoMVC example](http://todomvc.com) -- [ ] Hot Reloading - [x] PWA Support ## Roadmap - [x] Make function based components and use hooks for state etc. - [x] Implement [Material-UIs new styling solution](https://material-ui.com/css-in-js/basics/) based on hooks -- [] Waiting for the public hook api of react-redux which is discussed [here](https://github.com/reduxjs/react-redux/issues/1179) +- [ ] Waiting for the public hook api of react-redux which is discussed [here](https://github.com/reduxjs/react-redux/issues/1179) +- [ ] Hot Reloading -> Waiting for official support of react-scripts + ## How to use