DEV Community

Discussion on: React Fragments – What, Why, How

Collapse
 
amirreza_dev profile image
Amirreza Kadkhodazadeh

is this the only true syntax

or we can use like this too ? :

import { Fragment } from 'react'

which one is better ?

Collapse
 
dragneil profile image
DaoDucDao

They're the same. It's like there're people who use the syntax like React.useState to declare their states!