Skip to content

Commit 14df137

Browse files
authored
Update README.md
1 parent 09722ee commit 14df137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Building web application requires solving many UI problems. There are a ton of l
1616
## Principles
1717

1818
* 🎯 **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)
2020
> The design must be simple, both in implementation and interface. It is more important for the interface to be simple than the implementation.
2121
* 🍆 **No classes** - Only functional components.
2222
* ❣️ **Hooks** - Uses hooks all the way (available as of react 16.7.0-alpha).

0 commit comments

Comments
 (0)