Обложка канала

TheFrontEnd🔥

10926 @thefrontend

📝 Articles🗞 News 👓Tutorials 🤔 UI/UX thoughts ‌

TheFrontEnd🔥

3 года назад
Открыть в
#uiux Just found Planby - a cool React component for building timelines like on the screenshot. This can be pretty powerful lifehack when implementing calendar-like functionality. I had a pleasure of implementing something similar myself and the critical part there is rendering performance, especially when dealing with huge datasets. My personal learning was pagination / data limitation is the key. In grid data visualisations you ll most likely end up using either infinite scrolling (both vertical and horizontal) or filtering (aka show only this week's worth of data etc). Or both 😂 Either way, wish I had that lib to play around first before I did everything myself. PS accessed it on mobile and was pretty smooth also