Skip to content

Latest commit

 

History

History
14 lines (5 loc) · 269 Bytes

opting-out-of-the-included-version-of-react.md

File metadata and controls

14 lines (5 loc) · 269 Bytes

React is included

Reagent includes cljsjs/react by default. If you want to include your own version of react, change your :dependencies to:

[reagent "0.7.0" :exclusions [cljsjs/react]]

Then add both react and create-react-class.

TODO INSERT HERE.