File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.10.0"
2828
2929 // React JS itself (Note the filenames, adjust as needed, eg. to remove addons.)
30- jsDependencies += " org.webjars.npm" % " react" % " 0.14.0" % scope / " react-with-addons.js" commonJSName " React" minified " react-with-addons.min.js" ,
31- jsDependencies += " org.webjars.npm" % " react-dom" % " 0.14.0" % scope / " react-dom.js" commonJSName " ReactDOM" minified " react-dom.min.js" dependsOn " react-with-addons.js" ,
30+ jsDependencies += " org.webjars.npm" % " react" % " 0.14.0" / " react-with-addons.js" commonJSName " React" minified " react-with-addons.min.js" ,
31+ jsDependencies += " org.webjars.npm" % " react-dom" % " 0.14.0" / " react-dom.js" commonJSName " ReactDOM" minified " react-dom.min.js" dependsOn " react-with-addons.js" ,
3232 ```
3333
3434Creating Virtual-DOM
Original file line number Diff line number Diff line change 22======================
33
44``` scala
5- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.9.2 "
5+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.10.0 "
66```
77
88** Big Stuff**
Original file line number Diff line number Diff line change 1717
1818 ``` scala
1919 // scalajs-react test module
20- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.9.2 " % " test"
20+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " test" % " 0.10.0 " % " test"
2121
2222 // React JS itself.
2323 // NOTE: Requires react-with-addons.js instead of just react.js
You can’t perform that action at this time.
0 commit comments