I want to know if flashlist will create all vdom nodes ahead of time in js thread. Just like flatList will create all nodes in advance.
Because I want to know if it will create all vdom nodes in advance and thus block the js thread.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to know if flashlist will create all vdom nodes ahead of time in js thread. Just like flatList will create all nodes in advance.
Because I want to know if it will create all vdom nodes in advance and thus block the js thread.