Alpha preview: Modern JavaScript in Rails 7 without Webpack

Modern web apps without JavaScript bundling or transpiling: https://world.hey.com/dhh/modern-web-apps-without-javascript-bundling-or-transpiling-a20f2755Rail… Read more

Similar

Web Workers JavaScript API

Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)

Read more »