Console log with implicitly returned React components
Sometimes it can be annoying when you are trying to quickly console log something within a component that it implicitily returned, here is a quick trick.
I’m Josh, a staff software engineer and entrepreneur based in Tulsa, Oklahoma. I currently work at FireHydrant.com where we are building out an incident management platform that empowers engineers to quickly coordinate and resolve incidents.
Sometimes it can be annoying when you are trying to quickly console log something within a component that it implicitily returned, here is a quick trick.
In this blog post I go over the basic scaffolding of building out a starter React app using ViteJS and explain ViteJS works compared to something like your traditional module loaders such as Webpack.
Easily adding a simple share button to a blog around sharing on Twitter
Using Fastify and Sendgrid to build out a simple opt-in newsletter subscription feature so that I can start to gain a contact list to send out new blog posts.