How many npm packages does it take to identify an unused variable?
▵ https://tend.cash
▵ Maker of websites
▵ Seeker of freedom
| Blog | https://www.jameskerr.blog/ |
| Simple Budget Software | https://tend.cash |
| Blog | https://www.jameskerr.blog/ |
| Simple Budget Software | https://tend.cash |
How many npm packages does it take to identify an unused variable?
I like this UI design.
1. White header
2. Gray background
3. Card that hangs over the header with a small shadow
4. Slightly rounded corners
5. Centered on the page with no other content
It's keeps my focus right where it needs to be.
This was a great article on dashboard design. Lots of screenshots
https://www.justinmind.com/ui-design/dashboard-design-best-practices-ux
This is how all my #react components are starting to look. The component only renders html and all the other stuff (pulling state, defining callbacks) happens in the "Handler" class.
The constructor of the class is filled with "use" hooks. Scandalous...
This is the first time I've used the Math.log function in my 13 year programming career. I used it to add this fun "overdrag" effect to the tabs as you re-order them.