React Fragments & HTML Document Fragments - Episode 14

preview_player
Показать описание
This next tutorial in the Learning React series covers what React Fragments are and how you can use them to reduce clutter and bloat in your web apps.
HTML Document Fragments are also discussed to explain what React Fragments are behind the scenes.

Рекомендации по теме
Комментарии
Автор

Mr. Griffiths, the God in YouTube to teach us why we use React with document fragment and why we use Vue with template which is in another lesson. I just wanna say Mr. Griffiths, you are not only an excellent programmer but even a marvellous teacher to lead us to understand everything of javascript, frontend and backend with node js, really appreciate for your teaching and melodious tone, thank you again....

neilneil
Автор

Sir, what are the prerequisites to understand Document fragments??

kishoreananth
Автор

So, is there any reason not to use Document Fragments when 'not' appending items (to the DOM), Steve?

Colstonewall