We’re aware of the reports that our website isn’t fully loading in Europe and some features don’t work. We’re working with our hosting provider to resolve the issues but it might take some more time. We apologize for the inconvenience.
Next.js 10 is available today, and you can upgrade with just one command. nextjs.org/10
Automatically optimize images using the new `next/image` component, go global with built-in internationalization primitives, and much more.
More announcements coming, stay tuned.
We just released Create React App 4.0 with Fast Refresh and more! 🔥
- React 17
- TypeScript 4
- ESLint 7
- Jest 26
- PWA enhancements
- Web Vitals
Big thanks to @ian_schmitz, @mrmckeb and everyone who contributed. 🙌
github.com/facebook/create-r…
Today, we’re publishing React 17 with no new features. This release will make it easier for the community to upgrade React in the future. Learn more in our blog post! reactjs.org/blog/2020/10/20/…
A few weeks ago, we posted about the new JSX transform. It will be supported by React 17 — and we've just added support to React 16.14.0, 15.7.0, and 0.14.10 for folks on the older major versions. Please check out the updated post if you'd like to try it! reactjs.org/blog/2020/09/22/…
Over the next months, we're planning to rebuild our website with fresh content. Here’s our plan. We’d love to hear your thoughts! github.com/reactjs/reactjs.o…
We’re updating the official React documentation, and we want to know how YOU learn React! Please take our survey to help us: surveymonkey.co.uk/r/FRFQWPH
In another of our interview series of women organizing the React community, @raquelcandeias talks organizing events like ReactJS Girls and Design Systems London: medium.com/p/6486c135581e/
Although React 17 doesn’t contain new features, it will provide support for a new version of the JSX transform. This post by @lunaruan explains how you can try it.
Spoiler alert: it lets you use JSX without importing React!
reactjs.org/blog/2020/09/22/…
If you're curious about the differences in JSX output and want to play around, made a quick repl (just forked the localization one)
new-jsx-transform.netlify.ap…
Also, we’ve just fixed a bug that caused the “codemod” script described in the post to not run on TypeScript projects. If you tried it yesterday and it didn’t work, give it another try!
Meet Zainab Bawa, organizing the React community in India! In this interview, she talks about the challenges of organizing such a huge community and the power of open source to disrupt the status quo: medium.com/react-community-s…
🎉🎉🎉 So excited about this! Part of this is a brand new version of the docs, too!
v3.vuejs.org/@N_Tepluhina, @bencodezen, @notphanan and I have been working for better part of a year. They are the best teammates in the world ❤️
Gonna thread some highlights:
In case you missed it, we published React 17 Release Candidate. We’d appreciate if you could give it a try:
npm install react@17.0.0-rc.0
npm install react-dom@17.0.0-rc.0
Please try it *before* it becomes a stable release so we can fix the bugs early!
reactjs.org/blog/2020/08/10/…
Today, we’re releasing the first Release Candidate for React 17! This release is rather unusual: it contains no new features. 👀 reactjs.org/blog/2020/08/10/…
ALT The React 17 release is unusual because it doesn’t add any new developer-facing features. Instead, this release is primarily focused on making it easier to upgrade React itself.
We’re actively working on the new React features, but they’re not a part of this release. The React 17 release is a key part of our strategy to roll them out without leaving anyone behind.
In particular, React 17 is a “stepping stone” release that makes it safer to embed a tree managed by one version of React inside a tree managed by a different version of React.
We’re very grateful to all the contributors to this release. We’d also like to give a special shoutout to @trueadm who did some of the most challenging work on this release throughout the last six months. Thank you, Dominic!