0 votes
in ReactJS by
What are Fragments?

1 Answer

0 votes
by
You can use fragment keyword to group a list of children components without using any extra nodes to the DOM. For example :

render() {

return (

);

}

Related questions

0 votes
asked Nov 3, 2023 in ReactJS by AdilsonLima
0 votes
asked Aug 13, 2020 in XML by SakshiSharma
...