How do I tell Rails not to pre-render components?

63 Views Asked by At

When using React.rb how do I keep Rails from prerendering the components?

1

There are 1 best solutions below

0
On BEST ANSWER

Simply add no_prerender=1 as a parameter to the URL, example:

http://localhost:3000/leads?no_prerender=1