Skip to content

Commit ed21389

Browse files
committed
Update readme
1 parent f8801b0 commit ed21389

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@ Building web application requires solving many UI problems. There are a ton of l
2727

2828
## How to Use
2929

30-
- Just copy & paste whatever you need.
31-
- Be inspired. Find UI solution you like and adapt it to your environment.
30+
* Just copy & paste whatever you need.
31+
* Be inspired. Find UI solution you like and adapt it to your environment.
3232

3333
## Dependencies
3434

3535
It's important to note that some low level tasks still need a libraries to allow focusing on more important aspects. All dependencies in this project were picked very carefully considering the principles mentioned earlier.
3636

37-
- `Reach Router` Because it's straighforward, composable and does directly what it should. Nothing more.
38-
- `Styled Components` Simply CSS in JS with great documentation. Why not `emotion`? I don't know. If there is a reason I should know about, let me know!
39-
- `React Spring` As the modern UI is often built upon meaningful animations, everything that encourages using them is great. The library lately offers a nice hooks API which plays directly with the DOM for better performance.
37+
* `Reach Router` Because it's straighforward, composable and does directly what it should. Nothing more.
38+
* `Styled Components` Simply CSS in JS with great documentation. Why not `emotion`? I don't know. If there is a reason I should know about, let me know!
39+
* `React Spring` As the modern UI is often built upon meaningful animations, everything that encourages using them is great. The library lately offers a nice hooks API which plays directly with the DOM for better performance.
4040

4141
## Legal
42-
MIT License Copyright © 2019-present, Mike Skowronek
42+
43+
MIT License Copyright © 2019-present, Mike Skowroneks

0 commit comments

Comments
 (0)