RHRyan Howardinrollercodester.hashnode.dev·Apr 13, 2024 · 6 min readInfinite Scroll in React Made Easy!If you would like to follow along (in code) with the steps in this article, you can download the example code from GitHub. Likewise, if you straight away want to see the code actually working, you can also run this example in codesandbox.io. Upfront ...00
RHRyan Howardinrollercodester.hashnode.dev·Apr 11, 2024 · 5 min readAlternative to Frontend .env.* ConfigsThe De Facto Standard When it comes to managing multiple environment configs for single-page applications, the de facto standard is to use .env files, typically using a build-time Node package like dotenv, which at the time of this writing has well o...00
RHRyan Howardinrollercodester.hashnode.dev·Apr 9, 2024 · 9 min readNoGQL Web AppsWhat the heck is NoGQL? "Surely it's a typo. He probably means NoSQL, right?" It's not a typo, and apologies if you were hoping this was going to be a DB discussion. What I mean by NoGQL is any modern web application that doesn't use GraphQL or any o...00