Introducing react-rails-benchmark_renderer
This gem is a plugin to react-rails providing two things:
React::ServerRendering::Concern::Instrumentation- benchmarking instrumentation of the sort found in rails view rendering
- can be included into any Renderer to add Benchmarking to it
React::ServerRendering::BenchmarkRenderer- a reference implementation of
React::ServerRendering::Concern::Instrumentation
- a reference implementation of
Getting Started
For more information and detailed examples, please visit the documentation.