First, let’s make sure we’re talking about the same thing: function App() { return ( <BrowserRouter> <Redirect from="/old-route" to="/new-route" /> {/* ... more routes etc... */} </BrowserRouter> ) } (Or however else you might accomplish the same thing in your ...

Watch “Get started with Netlify Serverless Functions” on egghead.io This last little while I’ve been doing a fair amount of work on kentcdodds.com. One page that I’ve been working on is the contact page where you can request enterprise training, ...