react-webpack-rails-tutorial icon indicating copy to clipboard operation
react-webpack-rails-tutorial copied to clipboard

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:

Results 29 react-webpack-rails-tutorial issues
Sort by recently updated
recently updated
newest added

We need to make this example mobile responsive. Any takers?

easy
contributions: up for grabs!

* Replaces `bootstrap-loader` with Bootstrap 5 loaded directly with shakapacker * Updates navigation bar to Bootstrap 5 and changes presentation to make it somehow similar to the Bootstrap 3 version...

It is using the option `sanitize` of the library `marked`, as seen at: https://github.com/shakacode/react-webpack-rails-tutorial/blob/7feaf746295686f55efde8802039280bdfb25130/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx#L16 However that library warns at : > Warning: This feature is deprecated and it should NOT...

I reproduced this behaviour in Ubuntu 21.10 and ind adJ/OpenBSD 7.1a1. I made a short video: https://user-images.githubusercontent.com/701221/159935786-4815d38b-1fbf-428f-a744-3a715bf1c4e5.mp4

![image](https://user-images.githubusercontent.com/701221/160699517-3f558045-328e-48ca-a212-b2bf9d43e509.png)

* Installation more portable: tested on Ubuntu 21.10 and adJ/OpenBSD 7.1a1 * Unnecessary or outdated gems removed: `mini_racer`, `sass-rails` * Gems and packages updated. Required gem after update added `net-smtp`...

Once this gets merged: https://github.com/shakacode/bootstrap-loader/pull/56 Then we can create a branch to update from Bootstrap 3 to Bootstrap 4. We should also show an example of using font-awesome with the...

enhancement

Running `rake` produces errors like: ``` An error occurred while loading ./spec/system/destroy_comment_spec.rb. Failure/Error: background { visit comments_path } NoMethodError: undefined method `background' for RSpec::ExampleGroups::DestroyAComment::WhenFromClassicPage:Class Did you mean? around # ./spec/system/shared/contexts.rb:16:in...

After installling and running on adJ 7.1 and Ubuntu 21.10 (see https://github.com/vtamara/react-webpack-rails-tutorial/wiki/Using-on-adJ-(distribution-of-OpenBSD)-7.1a1 and https://github.com/vtamara/react-webpack-rails-tutorial/wiki/Using-on-Ubuntu-21.10 ) I have some suggestions to make the installation smoother: * Documentation of the installation steps...

Example uses Stimulus to interact with Action Cable comments channel - Stimulus "comments_controller.js" listens to comments channel and updates comment list when a new comment is added --- This change...