jsx-transform-2-loader is a Webpack loader that transforms JSX decoupled from React (or any specific framework) using v2 of the jsx-transformer package. It is based on jsx-transform-loader which however uses an old version of jsx-transform. (more…)
Read more »
Here is a guide to the 8 most useful optimizations to reduce the size and speed of Webpack builds. This article will be updated when a new stable version of Webpack 5 will be released... (more…)
Read more »
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling. - GitHub - rails/importmap-rails: Use ESM with importmap to manage modern JavaScript in Rails without tr... (more…)
Read more »
Many naysayers would have you believe Rails is dead. Don't believe the hype. With the coming of Rails 5.1 and its embrace of the JS ecosytem, Rails is solidifying its position as the king of web frameworks. (more…)
Read more »
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... (more…)
Read more »