issues
search
uruha
/
next-with-ts
Next.js for boiler plate to easy development.
MIT License
21
stars
2
forks
source link
Migrate data fetching API ?
#85
Closed
uruha
closed
4 years ago
uruha
commented
4 years ago
TODO
Fix eslint warn settings
Add TODO page link for navigation
What I didn't do after all
Change
getInitialProps
to
getServerSideProps
Why?: Custom
<App />
required API is
getInitialProps
even now, so this project has no needs to use
getserverSideProps
.
Next step: We'll try to use
getServerSideProps
for
/pages
;)
TODO
What I didn't do after all
getInitialProps
togetServerSideProps
<App />
required API isgetInitialProps
even now, so this project has no needs to usegetserverSideProps
.getServerSideProps
for/pages
;)