DEV Community

Discussion on: My first time using React 16.0

Collapse
 
ben profile image
Ben Halpern

As someone who's familiar with the React API/ecosystem but hasn't actually followed in a while, what are the latest features and trends with this release and in general?

Collapse
 
letsbsocial1 profile image
Maria Campbell

Very good question Ben! Your question prompted me to go into the official documentation and find out. There is ALOT that is changing with v16.0. I can't even begin to summarize it in a comment, as I haven't studied it very closely. I however, have written a second article regarding next steps I took to make my React app version 16 compatible, and it covers a good portion of what needs to take place in order for your React App to return no errors or warnings in Terminal/console. I will posting my second article shortly. And here is the link to the official docs for React v16.0: facebook.github.io/react/blog/2017...

Collapse
 
ben profile image
Ben Halpern

Oh cool, all looks good. I like improved server-render support and library size reduction.