panzerdp / dmitripavlutin.com-comments

7 stars 0 forks source link

react-props/ #129

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

A Simple Guide to Component Props in React

In this guide you'll find what are component's props in React and how to use them.

https://dmitripavlutin.com/react-props/

phutngo commented 2 years ago

Thank you for the nice rundown, useful as a reference for those of us new to React. In section 5, there may have been a typo? Should "const propsAsObject" be "const hiBatman"?

panzerdp commented 2 years ago

Thank you for the nice rundown, useful as a reference for those of us new to React.

Thanks @phutngo!

In section 5, there may have been a typo? Should "const propsAsObject" be "const hiBatman"?

You're right. Fixed.

brunormferreira commented 2 years ago

Thanks for the post! Its very nice and clear to read and understand.

Cheers,

panzerdp commented 2 years ago

Thanks for the post! Its very nice and clear to read and understand.

Cheers,

Glad you like it @brunormferreira!

dovid11564 commented 1 year ago

Thanks Dmitri! I'm a software engineering student who's really been struggling with visualizing props. This has been a huge help!

panzerdp commented 1 year ago

@dovid11564 Glad to help!