Skip to content

Instantly share code, notes, and snippets.

@timsully
Last active June 23, 2020 08:05
Show Gist options
  • Save timsully/dca9b5e8a692bcfd3154202348fd9161 to your computer and use it in GitHub Desktop.
Save timsully/dca9b5e8a692bcfd3154202348fd9161 to your computer and use it in GitHub Desktop.

What to tackle:

  • 1. Implement Reach Router to go to a drilldown page to each icon when you select the card

  • 2. Build out Icons Page for when you drilldown into a page from clicking on a card on the homepage

  • 3. Build out Packages left sidebar with React example

  • 4. Build out the packages drilldown page

We can do it in whatever order makes most sense.

@elimisteve
Copy link

  1. Tell Steve more about this $15,000 hackathon

@elimisteve
Copy link

Game plan for #1:

git mv App.tsx Home.tsx

then let's create a very simple App.tsx that imports Home.tsx and wraps it in a like in the simple Reach Router examples on their website.

@elimisteve
Copy link

Then we can add new routes to these other couple pages you've described above in #2 and #4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment