摘要:
DocumentFragment can create virtual dom tree. It can helps to avoid layout reflow.. problems Code has profermance problem: const data = ['Earth', 'Fir 阅读全文
摘要:
We will create animated Content Placeholder as React component just like Facebook has when you load the page. Key points: 1. For each elements on the 阅读全文
摘要:
Normally when we use 'map', we do the transform base on the output. 'contramap' can do the transform base on the input, which means, before the orgina 阅读全文