shadow-cljs is a ClojureScript compiler which friendly to JavaScript developers. By default, ClojureScript code is compiled to JavaScript in Google Closure Compiler modules, which uses namespaces to manage files(or modules). However, nowadays the JavaS… Read more
Similar
This week, Facebook merged a monster pull request into React that replaced its existing build process with one based on Rollup, prompting… (more…)
Read more »
You are probably going to bump into Webpack at some point if you are doing React development, and if you do it's good to be armed with an idea of what it's... (more…)
Read more »
While developing a data driven web-app, the frontend may need to fetch data from various APIs provide... (more…)
Read more »
This is a clip from my talk at a ReactJs meetup This talk focuses more on webpack internals and architecture. By the end of the video you will be able to wri... (more…)
Read more »
react-webpack-starter - A boiler plate for creating react applications bundled by webpack (using ES6, Babel, SASS and webpack development server)... (more…)
Read more »