react-webpack-rails-tutorial
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:
# Post-SWC Migration Improvements After successfully migrating from Babel to SWC in #677, there are several follow-up improvements to consider: ## 1. Update SWC Dependencies (CRITICAL) Current versions are significantly...
## Summary - Updated Ruby version from 3.3.4 to 3.4.3 to match the installed Ruby version - Removed the `net-pop` gem workaround that was only needed for Ruby < 3.3.4...
## Security Vulnerability **Package:** axios **Current Version:** 0.21.1 **Vulnerability:** CVE-2021-3749 (Regular Expression Denial of Service) **Severity:** Moderate ## Issue The current version of axios (0.21.1) has a known security vulnerability:...
## Background During the Babel to SWC migration (#666), we discovered several files with formatting inconsistencies that don't match the project's Prettier and ESLint configurations. ## Files with Formatting Issues...
## Background Shakapacker 9.0 adds support for Rspack as an alternative to Webpack. Rspack is a high-performance JavaScript bundler written in Rust that is compatible with the Webpack ecosystem but...
## Background This tutorial currently uses JavaScript. Migrating to TypeScript would provide better type safety, improved IDE support, and catch more errors at compile time. ## Benefits of TypeScript -...
## Background Shakapacker 9.0.0-beta.7+ makes SWC the default JavaScript transpiler instead of Babel. This tutorial currently uses Babel for transpilation. ## Benefits of SWC - **Performance**: SWC is significantly faster...