Thank you Webpacker, Goodbye Webpacker

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Webpacker

    Use Webpack to manage app-like JavaScript modules in Rails

  • This article is replace Webpacker with Simpacker and webpack.

  • simpacker

    Use modern JavaScript build system in Rails.

  • I needed to create an alternative View helper to replace Webpacker, but decided to use the Simpacker gem rather than implement the helper on my own.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • shakapacker

    Use Webpack to manage app-like JavaScript modules in Rails

  • There is an option to use Shakapacker

  • webpack-manifest-plugin

    webpack plugin for generating asset manifests

  • Webpacker uses webpack-assets-manifest to create manifest.json, which is then delivered to View helper in Rails.

  • webpack-dev-server

    Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

  • Webpacker also includes webpack-dev-server, so we made it work as well. Since I had Simpacker installed, I only had to change the devServer part in webpack.config.js to make it work with npm scripts.

  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • This article is replace Webpacker with Simpacker and webpack.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Webpacker in Rails 6

    2 projects | dev.to | 7 Jul 2021
  • The Rails asset pipeline, old and new

    2 projects | dev.to | 28 Apr 2024
  • Is enabling full source maps in production a wise default? (2017)

    1 project | news.ycombinator.com | 13 Oct 2022
  • How to setup ruby on rails + Angular

    1 project | /r/rails | 11 Sep 2022
  • What is the pros and cons of using Rails asset pipeline vs. webpack to hold assets?

    1 project | /r/codehunter | 6 Apr 2022