Simply install react
in your project, and you're all set to use it.
- For
react@<17.0.0
, SmartBundle compiles JSX files intoReact.createElement
calls. - For
react@>=17.0.0
, SmartBundle compiles JSX files intojsx/runtime
calls.
Simply install react
in your project, and you're all set to use it.
react@<17.0.0
, SmartBundle compiles JSX files into React.createElement
calls.react@>=17.0.0
, SmartBundle compiles JSX files into jsx/runtime
calls.