>React: favorite library for UI management
>Remix: blazingly fast, progressive enhancement, and first-class support for react
>Tailwindcss: Small bundle size, easy to use, great docs
2 / ๐งต
Mar 8, 2022 โข 5 tweets โข 1 min read
I often get messages asking about how to go about refactoring code and when its necessary
The following are some tips I've learned along the way. ๐
Before refactoring I typically like to take stock of everything that the code touches and see if any tests are already written for that code.
This so I can understand the larger implications of any change.
Mar 3, 2022 โข 7 tweets โข 1 min read
One question I've received quite often is
"How to take into consideration UX?" (user experience) ๐งโ๐ป๐ฉโ๐ป
Here are some things I've learned along the way.
1. Users aren't programmers (normally)
When you ask yourself what would the user do its good to remember that most users aren't programmers and don't think that way.