React with-addons - ReactLink

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

It can be tedious to type out all the boilerplate needed to get the DOM and states in React to synchronize. Luckily, React provides a version of the toolkit with a selection of available addons. This lesson is going to dig into ReactLink, and how this addon can give you two-way binding.

Ivens
~ 9 years ago

Right now (December 29, 2015), React does not support mixins when using React ES6 classes.

"No Mixins Unfortunately ES6 launched without any mixin support. Therefore, there is no support for mixins when you use React with ES6 classes. Instead, we're working on making it easier to support such use cases without resorting to mixins."

https://facebook.github.io/react/docs/reusable-components.html

Ivens
~ 9 years ago

As said on https://egghead.io/lessons/react-react-mixins-with-es6-components

Right now (December 29, 2015), React does not support mixins when using React ES6 classes.

"No Mixins Unfortunately ES6 launched without any mixin support. Therefore, there is no support for mixins when you use React with ES6 classes. Instead, we're working on making it easier to support such use cases without resorting to mixins."

https://facebook.github.io/react/docs/reusable-components.html