4 comments

[ 5.3 ms ] story [ 22.9 ms ] thread
Why release this on the Friday of the 4th of July holiday weekend?
So those of us with side projects can spend the long weekend upgrading. :)
Was thinking about this, it might actually be better, as fewer people are likely to upgrade and discover issues over the weekend, so 15.2.1 can come out early next week with minimal impact...

Also... ~15.1.x if you're really concerned about minor release bumps... React has been far better than most in this space.

Other than a release right before a holiday weekend (as _opc6 mentioned)...

The changelog illustrates precisely one of the things I love about react, and why it's a bit larger than alternatives (like preact), and for good reason. Simply stated, the error messages... I love how good the error messages are with React. I've worked a bit with React, ng1 and ng2 at this point, and have to say React is second to none in this space.

There are very few WTF moments with React, and there's usually a very clear message indicating why.. from the warning when not running in production mode, to the messages when not setting the key property of child arrays. With angular 1 I'm pulling my hair out.. and with ng2 it's just as bad.

Here's to more great releases from the React team.