Tag: others
All the articles with the tag "others".
Build a Web Site With React 18 That Shows the Most Polluted Cities in the United States
Published: at 08:00 PMSee the most polluted cities in the United States ranked by Air Quality as well as how to built that app in React 18
NextJS 10 and Thoughts Around Incremental Static Regeneration (ISR)
Published: at 08:00 PMNextJS 9 introduced Incremental Static Regeneration and further refined it in NextJS 10. There is a lot to it's subtle behavior and I'm writing some notes about there here that I've found are not documented yet.
How To Return Non IQueryable Results That Include Entity Framework Context in Hot Chocolate GraphQL Server
Published: at 08:00 PMLearn what is needed to build a resolver that returns from a resolver that is primarily designed to return Entity Framework results in an IQueryable format.
To TypeScript or Not To TypeScript
Published: at 08:00 PMA discussion about whether it's worth the extra effort to add TypeScript to a JavaScript file. Is it worth it?
Debug React Hooks useState and useReducer with Redux DevTools Redux Support
Published: at 08:00 PMLearn how to debug state changes in chrome dev tools while using the React Hooks useState and useReducer. Learn how the Node NPM package reinspect makes this straight forward.