DEV Community

Cover image for React v17.0 announced
Emma Goto 🍙
Emma Goto 🍙

Posted on

17 8

React v17.0 announced

The React team has announced that they have released the first Release Candidate1 for React 17.0.

You can read more about v17.0 over on the React blog.


  1. The release candidate means that it is like a beta for v17.0, and once it's confirmed that it is bug-free, will be released as a "stable" release. 

Top comments (2)

Collapse
 
wobsoriano profile image
Robert

This version allows us to use JSX without importing React using preset-env

No more import React from 'react' just to use JSX!

Collapse
 
dance2die profile image
Sung M. Kim

This reminds me of when the React core team worked on React fibre (no new features just internal refactors) but available to public :)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series