Y
Hacker News
new
|
ask
|
show
|
jobs
by
akshayKMR
364 days ago
Nice. I see you're using tip-tap editor for the card content. Is it performant enough when you have a bunch of cards on the board? Does the new tab load quick if the board is decent sized?
1 comments
krehwell
363 days ago
yes, it's fast. I believe it's because it relies on one tiptap instance which all the card rely on this singleton.
when no edit happened, it's just a normal dom with styles. so nothing should burden the performance
link
when no edit happened, it's just a normal dom with styles. so nothing should burden the performance