This is a simple repo with Typescript + Parcel + React + ReactDOM
- uConnect
- clone
- cd into directory
- command:
yarn
- command to start:
yarn start
- Whenever you write
<html>
or<ReactCOmponent />
- use
.tsx
extension. import * as React from 'react'
- use
- Create a complex website layout
- create Footer.tsx
- create Header.tsx
- create Sidebar.tsx
- Import all those in the App.tsx
- Combine all components.