shakacode/react_on_rails

View on GitHub
lib/generators/react_on_rails/templates/base/base/app/views/hello_world/index.html.erb.tt

Summary

Maintainability
Test Coverage
<h1>Hello World</h1>
<%%= react_component("<%= config[:component_name] %>", props: @hello_world_props, prerender: false) %>