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 27
27
libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.10.0"
28
28
29
29
// 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" ,
32
32
```
33
33
34
34
Creating Virtual-DOM
Original file line number Diff line number Diff line change 2
2
======================
3
3
4
4
``` scala
5
- libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.9.2 "
5
+ libraryDependencies += " com.github.japgolly.scalajs-react" %%% " extra" % " 0.10.0 "
6
6
```
7
7
8
8
** Big Stuff**
Original file line number Diff line number Diff line change 17
17
18
18
``` scala
19
19
// 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"
21
21
22
22
// React JS itself.
23
23
// NOTE: Requires react-with-addons.js instead of just react.js
You can’t perform that action at this time.
0 commit comments