Fork me on GitHub
#reagent
<
2020-03-02
>
achikin18:03:30

Hi! What’s the current status of consuming React from node modules? Do I still need to provide externs? What is the best way to do it - consume directly from node_modules or from my webpack build?

lilactown18:03:25

@achikin it depends on how you’re building your app. if you use shadow-cljs, you can use node_modules quite easily. if you’re using fighweel/cljs-build/etc. then the best way is to use your webpack build.