All things React
Create a React app with MongoDB and Firebase authentication hosted on Google Cloud Platform
At the end of this course you would have created a web application that can list things, in this case companies. Authenticated users can rate these companies by clicking on stars and they can comment on them. Feel free to practice by adding features…
Create a Jamstack app with Netlify, Astra DB and Tailwind CSS
Objectives At the end of this course you would have created a primitive todo React app which integrates with a DataStax Astra DB via Netlify serverless functions and was made pretty with Tailwind CSS. 👌 Follow along This course is a spin-off using t…
Make sure Git knows about case-sensitive changes to your file names
It's only peculiar if you don't understand it and for a while, I didn't understand it. It builds locally but then can't resolve component on Netlify. It started with me migrating my blog from Gatsby 3 to 4. I had neglected my blog for months so my e…
Use React hooks inside an MDX story in Storybook
Use React hooks inside an MDX story in Storybook
Originally posted on dev.to A story captures the rendered state of a UI component. Developers write multiple stories per component that describe all the “interesting” states a component can support. MDX is a standard file format that combines Markdo…