next js update

Solutions on MaxInterview for next js update by the best coders in the world

showing results for - "next js update"
Philippine
08 Apr 2018
1// Upgrading from version 10 to 11
2
3npm install react@latest react-dom@latest
4
5// Or with Yarn
6
7yarn add react@latest react-dom@latest