React v15.5.0
facebook.github.io
React v15.5.0
1–10 of 209 posts
Re: React v15.5.0
#2 class HelloWorld extends React.Component {
}Re: React v15.5.0
#3They just removed some addons in master that many third party packages rely on, including material-ui. Hopefully these other popular packages can be ready to go with the changes when the fiber release hits.
Re: React v15.5.0
#4Re: React v15.5.0
#5Fiber is what I'm really waiting for. Not much official chatter about it, but looks like a 16 release? They just removed some addons in master that many third party packages rely on, including material-ui. Hopefully these other popular packages can be ready to go with the changes when the fiber release hits.
Re: React v15.5.0
#6Big news seems to be removal of `React.createClass()` in favor of: class HelloWorld extends React.Component { }
Re: React v15.5.0
#7If you want people to always ignore warnings, this is how you go about it.
Re: React v15.5.0
#8I still remember the times when warning were actual likely mistakes in your code, not "we're adding some more churn, update your stuff until we churn more". If you want people to always ignore warnings, this is how you go about it.
Re: React v15.5.0
#9I still remember the times when warning were actual likely mistakes in your code, not "we're adding some more churn, update your stuff until we churn more". If you want people to always ignore warnings, this is how you go about it.
Re: React v15.5.0
#10http://justinfagnani.com/2015/12/21/real-mixins-with-javascr...