Tag: react
22
Mar
Reacting to Code Smells: Bloaters
by Josh Saint Jacque
No Comments
If you’re a developer, chances are you’ve heard of code smells. Something in the code that might indicate a problem with its design that should...
05
Mar
Why I Prefer Functional Components
by Josh Saint Jacque
7 Comments
One of the most common disagreements I see in React has to do with whether to use class or functional components. There are certainly merits...