Webpack
Webpack is a bundler that takes modules with dependencies and creates static assets. It is designed to simplify and enhance the development and user experience.
Here are 163 public repositories matching this topic...
Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
-
Updated
Nov 23, 2020 - Ruby
Example of integration of Rails, react, redux, using the react_on_rails gem, webpack, enabling the es7 and jsx transpilers, and node integration. And React Native! Live Demo:
-
Updated
Sep 9, 2020 - Ruby
Free, open source mental health communication web app to share experiences with loved ones
-
Updated
Nov 26, 2020 - Ruby
The project has moved to Hyperstack!!
-
Updated
Aug 15, 2018 - Ruby
docs: Redirects file
Summary
I am not sure if this should be under docs or feature, but in jekyll, I can set up a _redirects file.
Is it fine to do that in bridgetown? if yes, it might be worthwhile to add a page in
Webpacker plugin to integrate React in your Rails application
-
Updated
Sep 7, 2020 - Ruby
Single file components for Rails with Vue JS and Webpack
-
Updated
Aug 11, 2017 - Ruby
A productive library for Classic Rails, React and Redux
-
Updated
Sep 20, 2020 - Ruby
The lite version of the SaaS Rails 6 starter kit Sjabloon, includes setup for Webpacker, Tailwind (inc. PurgeCss) and Stimulus
-
Updated
May 17, 2020 - Ruby
An example app to demonstrate webpacker with Rails 5.1
-
Updated
Dec 11, 2017 - Ruby
PropsApp: say thank you in a geeky way!
-
Updated
Nov 11, 2020 - Ruby
Helpful files to get started working on a new Jekyll website
-
Updated
Dec 16, 2018 - Ruby
-
Updated
Sep 4, 2020 - Ruby
react_on_rails tutorial demonstrating SSR, HMR fast refresh, and Typescript based on the rails/webpacker webpack setup
-
Updated
Nov 11, 2020 - Ruby
We're looking for an awesome person who wants to help us translate our project to Portuguese
Internationalization instructions: https://github.com/infusionvlc/ConexionFelina/wiki/Internationalization
Created by Tobias Koppers, Sean Larkin, Johannes Ewald, Juho Vepsäläinen, Kees Kluskens
Released March 10, 2012
- Organization
- webpack
- Website
- webpack.js.org
- Wikipedia
- Wikipedia


I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se