React
Create a React
project based on Farm
.
Farm
provides two approaches to support creating React
projects:
- Use the
create-farm
scaffold to create a scaffold project - You can manually create a
React
project following the current documentation
Creating a React Project
Select React
template in Select Framework
Farm
requires the registration of the @farmfe/plugin-react
plugin to support React
projects.
The @farmfe/plugin-react
plugin is written in Rust
, so you do not need to explicitly import it; you can register it by passing a string package name.
Integrating emotion
You can support emotion
by registering the @swc/plugin-emotion
plugin.
Integrating svgr
SVGR
is a tool for transforming svgs into React components. Farm offers a Js plugin to support SVGR.
If you want to start DevServer
If you need to run the build production environment product command
If you need to preview your build product
For more example details: React Example