Ozzie Neher
Ozzie Neher

Ozzie Neher

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Using React with Laravel Jetstream

Aug 10, 20211 min read

Laravel Jetstream is a Laravel starter kit that gives you a codebase ready to go with things like user management, teams, and two-factor...

Using React with Laravel Jetstream

Passing icons as props in a consistent way using React

Mar 6, 20214 min read

Let's say that you have a card component that looks like this: You could use this card on something like a dashboard and give it a unique header and...

Passing icons as props in a consistent way using React

An easier way to add types for "children" in React

Mar 5, 20214 min read

Something I had been struggling with since I started using React up until a few months ago was finding a good type to set for the children prop. The...

An easier way to add types for "children" in React