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
I conjecture that we'll get substantially better performance by rewriting all templates in React. Worth testing in a minimal setting (probably the message template which has the most performance issues, or perhaps the simpler users template) to make sure. Meteor supports mixing Blaze and React during such transitions.
Priorities:
message/submessage (~5-6x speed boost thanks to also removing tooltips)
group (1.5x speed boost?)
users (~2x speed boost)
stats
search
settings
layout
Remainder
Port remaining uses of tooltip and dropdown JavaScript to React Bootstrap, and then we can remove client/bootstrap/bootstrap.min.js... except for Scrollspy
Switch from Iron Router to React Router (including remembering page scroll etc.)
The text was updated successfully, but these errors were encountered:
* No longer care about @mentioned messages, so removed that dropdown.
* Also fix inconsistencies about deleted and unpublished messages
being included (shouldn't have been).
I conjecture that we'll get substantially better performance by rewriting all templates in React. Worth testing in a minimal setting (probably the
message
template which has the most performance issues, or perhaps the simplerusers
template) to make sure. Meteor supports mixing Blaze and React during such transitions.Priorities:
message
/submessage
(~5-6x speed boost thanks to also removing tooltips)group
(1.5x speed boost?)users
(~2x speed boost)stats
search
settings
layout
tooltip anddropdown JavaScript to React Bootstrap, and then we can removeclient/bootstrap/bootstrap.min.js
...except for ScrollspyThe text was updated successfully, but these errors were encountered: