S.O.L.I.D. Principles for React Development
These are some notes from a very useful post by CoderOne.
S.O.L.I.D. Principles for React Development Read More »
These are some notes from a very useful post by CoderOne.
S.O.L.I.D. Principles for React Development Read More »
I like to keep my local system clean so I avoid installing global packages whenever possible. I also like using virtual machines to do my development. Currently I am using vagrant for my personal and freelance work. I also like to keep my vagrant boxes clean. I set up simple provisioning scripts and add only
Reflecting on the joys of npx Read More »
I had a simple enough problem to solve: Create a counter that increments, decrements, and resets in React. Of course with people looking over my shoulder while I am coding I often don’t create things that I am particularly proud of, but generally I get working code. Here is a slightly cleaned up version of
React: The Second Form of setState Read More »