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
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
Description
Currently, all messages are displayed at once. This can get the app to run really slow after a while.
Passing criteria
Show only 50 messages at once, scroll to the top to load the next 50 and so on.
Loading should be done on component level, NOT the redux level.