Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
796 contributions in the last year
Activity overview
Contribution activity
October 2020
- leerob/cards JavaScript
- leerob/jamstack.org HTML
- leerob/nextjs-prism-markdown JavaScript
- leerob/nextjs-multiple-domains JavaScript
Created a pull request in vercel/next.js that received 7 comments
Created an issue in vercel/next.js that received 1 comment
Clarify use of getStaticProps / getServerSideProps with app / document
Feature request
Describe the solution you'd like
We currently don't explicitly mention you can't use getStaticProps or getServerSideProps with _app.js
- Using Next/Image and Markdown content
- extending App?
- extending App?
- Using the with-tailwindcss example, during development Tailwind styling works doesn't work in prod builds
- getServerSideProps or getStaticProps proper working depends on how you make the _app and _document? They don't working on my pages, but getInitialProps does.