When using React.rb how do I keep Rails from prerendering the components?
Simply add no_prerender=1 as a parameter to the URL, example:
no_prerender=1
http://localhost:3000/leads?no_prerender=1