Kristina G.

Kristina G.

State Management in React Apps - Part I
react.js Featured

State Management in React Apps - Part I

Previously we have learnt how to properly use JSX, and how React components communicate with each other. Yet, we still didn't cover another very important question: where to store information that our application cares about. Today we're talking about application state management in React. There are a lot of ways
3 min read
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