Writing A Custom Paragraph Component in React
In this article, I'll be explaining how to create a custom paragraph component which will take a prop as well other valid HTML properties valid for a paragraph.
Let's say you were to write a custom paragraph component in React which would be called <...
johna.hashnode.dev4 min read
Andrew Baisden
Full-Stack Engineer | AI-Augmented Developer | React • TypeScript • Node • Python | Cursor + Claude daily
Great tutorial, JSX becomes quite easy to understand with practice.