Skip to content

Commit 3607449

Browse files
committed
Add 2.7 to 3 upgrade docs
1 parent c27f153 commit 3607449

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,11 @@ For example, to change the [ES6 Component template](https://github.com/reactjs/r
747747

748748
## Upgrading
749749

750+
### 2.7 to 3.0
751+
- Keep your `react_ujs` up to date: `yarn upgrade`
752+
- **Drop support for Webpacker 3/4:** Before any ReactRails upgrade, make sure the project uses supported bunlders (Webpacker 5, Shakapacker 6, Sprockets 3 and 4)
753+
- **SSR:** ReactRails 3.x requires separate compilations for server & client bundles. See [Webpack config](https://github.com/reactjs/react-rails/tree/master/test/dummy/config/webpack) directory in the dummy app to addapt the new implementation.
754+
750755
### 2.3 to 2.4
751756

752757
Keep your `react_ujs` up to date, `yarn upgrade`

0 commit comments

Comments
 (0)