Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 381 Bytes

react.md

File metadata and controls

8 lines (6 loc) · 381 Bytes

React Integration

Installation

Simply install react in your project, and you're all set to use it.

Optimizations

  • For react@<17.0.0, SmartBundle compiles JSX files into React.createElement calls.
  • For react@>=17.0.0, SmartBundle compiles JSX files into jsx/runtime calls.