From f7b542714dfb9efe44b8fe0f1e1f616b0ad7b69a Mon Sep 17 00:00:00 2001 From: Rabbit9090 Date: Wed, 26 Apr 2023 03:26:46 +0930 Subject: [PATCH] Delete README.md --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 5c863632..00000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -React Router Tutorial -===================== - -Quick lessons for getting up-to-speed with React Router. - -See [Lesson 1 - Setting Up](/lessons/01-setting-up/) to get started. - -Each lesson is a fully runnable app with all code from the previous lesson, so you can `cd lessons/`, npm install, -and then run the appropriate NPM scripts for each lesson from within the lesson folder. - -Missing stuff that will come eventually, hopefully ... maybe. - -1. an app that isn't completely pointless -- egghead.io videos -- code splitting -- location state -- data integration