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
I do web development and UX design consulting and this is a showcase product I've built in my spare time. It's a very good example of what a modern real-world React codebase looks like.
17
+
I do web development and UX design consulting and this is a showcase product I've built in my spare time. It is a very good example of what a modern real-world React codebase could look like.
18
18
19
-
There are many public React projects out there but most of them are either way too simple or [way too complex](https://github.com/Automattic/wp-calypso). I like to think that this project contains enough complexity to offer valuable insights to React developers of all skill levels while still being relatively easy to understand.
19
+
There are many showcase/example React projects out there but most of them are way too simple. I like to think that this project contains enough complexity to offer valuable insights to React developers of all skill levels while still being relatively easy to understand.
20
20
21
21
## Features
22
22
@@ -26,7 +26,8 @@ There are many public React projects out there but most of them are either way t
26
26
- Written in modern React, only functional components with hooks
27
27
- A variety of custom light-weight UI components such as datepicker, modal, various form elements etc
28
28
- Simple local React state management, without redux, mobx, or similar
29
-
- Custom webpack/babel setup, without create-react-app or similar
29
+
- Custom webpack setup, without create-react-app or similar
0 commit comments