Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

01-installation.md

File metadata and controls

31 lines (20 loc) · 639 Bytes
slug
/learn/installation

Installation

Getting started with React Strict DOM. The following guide will explain which packages to install.

How to install

To install React Strict DOM, run the following command in a React project:

npm install react-strict-dom

Web

For web support, please make sure the following peer dependencies are installed:

npm install react react-dom

Native

For native support, please make sure the following peer dependencies are installed (note that using the new React Native architecture is required):

npm install react react-native