You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: react/readme.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ Add item favoriting:
39
39
40
40
### Other Notes:
41
41
- Initial App setup is done with [Create React App](https://github.com/facebookincubator/create-react-app)
42
-
- You can use any [Flux](https://facebook.github.io/flux/) framework if needed, Redux is preferable, but not a must
43
-
-[React Hooks](https://reactjs.org/docs/hooks-intro.html) are more than welcome
44
-
- You can use [ES6 features](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills)
42
+
- We prefer React code written with function components and [React Hooks](https://reactjs.org/docs/hooks-intro.html)
43
+
- You can use ES2020 language features
45
44
- You can change Create React App or Express.js configs/setup as you like
46
45
- You can use any framework for CSS or just write your own styles. Don't need to totally match given examples
0 commit comments