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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Building web application requires solving many UI problems. There are a ton of l
16
16
## Principles
17
17
18
18
* 🎯 **Direct** - Embraces explicit and co-located code which is **easy to delete** and move from one place to another. This is an [optimization for change](https://overreacted.io/optimized-for-change/) as the change is the thing which will eventually happen. The code is direct and specific which makes it easy to copy and adapt for your needs.
19
-
* 🍏 **Simple** - Following [The Rise of "Worse is Better"](https://www.jwz.org/doc/worse-is-better.html)
19
+
* 🍏 **Simple** - The only way to achieve flexibility is to make things as simple and easy to change as you can. Following [The Rise of "Worse is Better"](https://www.jwz.org/doc/worse-is-better.html)
20
20
> The design must be simple, both in implementation and interface. It is more important for the interface to be simple than the implementation.
21
21
* 🍆 **No classes** - Only functional components.
22
22
* ❣️ **Hooks** - Uses hooks all the way (available as of react 16.7.0-alpha).
0 commit comments