props

A collection of 3 posts
React Guide to Props - Part III
react

React Guide to Props - Part III

Previously we've learned how to pass props in react [http://kolosek.com/react-props-basic/] and also how to indirectly communicate between components using props [https://kolosek.com/react-props-communication/]. Today, we're getting to the finale of props guide series, where we'll talk about how to check whether we passed correct props. React
2 min read
React Guide to Props - Part II
react

React Guide to Props - Part II

In the previous article, you were able to read about the basics of React props. In that article, we wrote about things like sending event handling functions as props, spread operators and sending props with cloning children prop. Overall, it was all the standard flow, where the parent passes the
4 min read
React Guide to Props - Part I
react

React Guide to Props - Part I

Disclaimer: This was intended to be part III of React JSX series, but as for props there's a lot to be covered, we have decided to divide it into a subseries! In some of our previous articles, you had the opportunity to read about JSX specific stuff, like how to
4 min read
Page 1 of 1