webpacker-react icon indicating copy to clipboard operation
webpacker-react copied to clipboard

Webpacker plugin to integrate React in your Rails application

Results 65 webpacker-react issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits - [`ab73503`](https://github.com/lodash/lodash/commit/ab73503859a2d2f7f603bc8a293ce93ecc071e83) Bump to v4.5.0. - [`a4f7d4c`](https://github.com/lodash/lodash/commit/a4f7d4cc2a3b6d3a43f6c27beadbf90410eecdcd) Rebuild lodash and docs. - [`cca5ac6`](https://github.com/lodash/lodash/commit/cca5ac60d61a2f786eeafadb674d6e12fc6179c8) Fix npm-test by removing the call to test-docs. - [`9f7f9fc`](https://github.com/lodash/lodash/commit/9f7f9fc3c5f1a4db9a2134950872440c792ee8bb)...

dependencies
javascript

I get this: `Could not find gem 'webpacker-react (~> 0.4.0)' in any of the gem sources listed in your Gemfile.` just `webpacker-react` works

Webpacker 3.1 introduces a new API to setup Webpacker, and this breaks our use of `webpack-merge`. This will be fixed in Webpacker 3.1.2, but we should switch to the Webpacker...

I would like to specify some default content that renders serverside within the content tag generated by the `react_component` helper. I've noticed that it defaults to calling `content_tag` with a...

Using ExecJS, we should be able (optionally) to run React on the server, render the content, and then re-hydrate the components in the browser. The steps for this would be...

feature

According to [this line](https://github.com/renchap/webpacker-react/blame/master/javascript/webpacker_react-npm-module/src/index.js#L72) a react component will only mount if the `innerHTML` is empty. ``` js // javascript/webpacker_react-npm-module/src/index.js:72 if (node.innerHTML.length === 0) this.render(node, component) ``` This works well for...

Hi! I am currently trying to set up `webpacker-react` in a codebase and am having a little trouble. I have an `application.js` pack that has dynamically loaded imports. Inside the...

I followed the HMR instructions on a new rails app, and it doesn't seem to work. The Instructions don't match the code in the latest rails/webpacker setup. I have this...

Thanks for a great gem! :) While porting my code to webpacker-react I found it a bit tedious to "setup" every view component I have individually. I have many of...

It should be possible to specify this repository as a dependency in `package.json`: https://docs.npmjs.com/files/package.json#github-urls

enhancement