Tagged
#react
10 posts
The absolute minimum that every developer should know about HTML interactive elements
Every time you add a click handler to a div, a puppy dies
#html#accessibility#react5 Intermediate React Mistakes
Mistakes that block the jump from intermediate to senior
#react#jsWhy software doesn't work anymore
We deserve better Results
#errors#typescript#rust#react#fastifyHow to stop using so many optional properties in your React TypeScript props
Using TypeScript unions to define relationships between props
#typescript#react#tutorialDeath to Default Exports!
Why you should go right now and delete every "default" from your codebase
#javascript#typescript#exports#react#opinionWhen to use each JavaScript iteration method
And a practical guide to the reduce() function
#javascript#typescript#reactHow to make your app faster with React's key prop
A puppy dies every time you set key={index}
#react#tutorialStrongly typing a React "component" prop
Allowing customization of the root node of a React component & maintaining correct prop typing
#react#typescript8 JavaScript Testing Mistakes to Avoid
In no particular order
#javascript#typescript#react#unit#testing#jestBetter Next.js SSR with React Query
How to use React Query to server side render in Next.js without code duplication
#react#react-query#ssr#tutorial