facebookarchive / react-meteor

React rendering for Meteor apps
948 stars 114 forks source link

React components never removed from DOM #76

Closed hmeerlo closed 9 years ago

hmeerlo commented 9 years ago

Hi,

I'm probably doing something wrong, but I couldn't resist trying react-meteor out. I have added one page in my app which uses react-meteor for it's ui. It works just fine as I visit the page, but when I navigate away to another page the react component are not removed. If I then revisit the page a duplicate of the components is added etc. So how should I cleanup the DOM when navigating away?

Regards, Herman

hmeerlo commented 9 years ago

Is this project dead as a dodo? No reactions on any of the latest issues.

wilfredwee commented 9 years ago

Is there a way to manually consume this fix as painlessly as possible? I'm facing the same issue.

hmeerlo commented 9 years ago

Hi xcen,

you could just clone my repo https://github.com/hmeerlo/react-meteor/ This one looks pretty dead to me.

/Herman