clojurescript-amplified
clojurescript-amplified copied to clipboard
Examples on how to setup a ClojureScript web app with tools from the JavaScript ecosystem.
If I clone master of this repo and do ``` npm install npm run watch-with-amplify ``` The shadow-cljs run gets a warning and doesn't build the js modules for the...
This might be an issue, example here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/avatar_stories.cljs#L8 and the helper function here: https://github.com/DavidVujic/clojurescript-amplified/blob/main/src/stories/app/stories/helper.cljs#L9 If I understand the reagent docs correctly, the component that is passed in to `reactify-component` should...
Also updates shadow-cljs to get the ES6 modules support, as Storybook needs it (https://storybook.js.org/docs/react/api/csf) The compilation results in ES6 default export, but during loading, not sure if due to webpack...