You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an app using Meteor + React that updates couple of documents after the user submits a form, under normal circumstances, only the relevant component updates, but after implementing tx.start, and tx.commit around the data update calls, the whole page re-renders after form submit. Is there anything that can prevent the whole page re-rendering?
The text was updated successfully, but these errors were encountered:
In an app using Meteor + React that updates couple of documents after the user submits a form, under normal circumstances, only the relevant component updates, but after implementing tx.start, and tx.commit around the data update calls, the whole page re-renders after form submit. Is there anything that can prevent the whole page re-rendering?
The text was updated successfully, but these errors were encountered: