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

Ken Stipek
- 1,512
- 8
- 12