Module: ReactOnRailsPro::AsyncRendering
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/react_on_rails_pro/concerns/async_rendering.rb
Overview
AsyncRendering enables concurrent rendering of multiple React components. When enabled, async_react_component calls will execute their HTTP requests in parallel instead of sequentially.