Skip to content

Instantly share code, notes, and snippets.

View nicolasey's full-sized avatar
🧱
building things for chess world

Nicolas Seynaeve nicolasey

🧱
building things for chess world
  • LegalCluster
  • France
View GitHub Profile
@markopostma
markopostma / Route.tsx
Last active October 9, 2021 17:51
Multiple reusable layouts in Typescript with React Router v4
/**
* DESCRIPTION:
*
* A Route component that extends the default react-router-dom Route.
* By default a Route component uses the MainLayout component as defined below.
*
* EXAMPLE USAGE:
*
* <Switch>
* <Route path="/" exact component={Home} />