mirror of https://github.com/status-im/reagent.git
bumped up react version in the readme
This commit is contained in:
parent
32f1d9395d
commit
b6e14b21f1
|
@ -22,7 +22,7 @@ To use Reagent in an existing project you add this to your dependencies in `proj
|
|||
This is all you need to do if you want the standard version of React. If you want the version of React with addons, you'd use something like this instead:
|
||||
|
||||
[reagent "0.5.0" :exclusions [cljsjs/react]]
|
||||
[cljsjs/react-with-addons "0.12.2-4"]
|
||||
[cljsjs/react-with-addons "0.13.3-0"]
|
||||
|
||||
If you want to use your own build of React (or React from a CDN), you have to use `:exclusions` variant of the dependency, and also provide a file named "cljsjs/react.cljs", containing just `(ns cljsjs.react)`, in your project.
|
||||
|
||||
|
|
Loading…
Reference in New Issue