#106 React Internals, Part Four: setState

this week's favorite

React Internals, Part Four: setState

State and props are very similar in that they are both data and both influence how and when a component renders. The core difference is props come from an outside source, where state is entirely internal to the component. So far Feact only supports props, so before we can implement setState we need to add the notion of state itself to the framework.

Compound Components

At this Phoenix ReactJS meetup event on 2016-11-16, speaker Ryan Florence presents a ReactJS technique called compound components.

Error Handling in React 16

As React 16 release is getting closer, we would like to announce a few changes to how React handles JavaScript errors inside components. These changes are included in React 16 beta versions, and will be a part of React 16.

Kea

High level abstraction between React and Redux

How to create responsive UI with styled-components

There are several approaches on creating responsive web apps with ReactJS. Apart from using whole frameworks like Bootstrap, I wanted to create a responsive grid view with styled-components, which was amazingly painless.

newsletters

Would you like to become a sponsor and advertise in one of the issues? Check out our media kit and get in touch.