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
Not entirely sure what is the exact issue here, but open large_file.txt blocks rendering, and also slows down the typing experience by quite a bit.
Once the precise issue is determined, it could be fixed by a mix of the following:
Paginating server responses to client (meaning the server has to store all of the responses)
Virtualized scrolling on client (possible, another thing to implement)
React 18's concurrent apis (which are supposed to let you be able to prioritize some tasks as “low-priority” so e.g. typing in an input always remains fast).
The text was updated successfully, but these errors were encountered:
Not entirely sure what is the exact issue here, but
open large_file.txt
blocks rendering, and also slows down the typing experience by quite a bit.Once the precise issue is determined, it could be fixed by a mix of the following:
The text was updated successfully, but these errors were encountered: