scrimba
Build an Instagram clone in React
Pages, lazy/suspense & one source of truth
Importing Our Pages Using lazy & Suspense
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Importing Our Pages Using lazy & Suspense
AboutCommentsNotes
Importing Our Pages Using lazy & Suspense
Expand for more info
src
constants
routes.js
run
preview
console
export const DASHBOARD = '/';
export const LOGIN = '/login';
export const SIGN_UP = '/signup';
export const PROFILE = '/p/:username';
export const NOT_FOUND = '/not-found';
Console
/index.html
-8:36