Medium Alike Blog

102 words - 1 min read

1/31/2022


This project was created on learning Next-js different data-fetching using a simple noSQL database like firebase you can the website from here

This Project have a admin page for creating and editing a post, this is using client-side fetching because user need to be authenticated first

and having [username] page to see what our post that using GetStaticPath to prerender all path and using getStaticProps for prerender the page at build time using props returned by getStaticProps

Library permalink

Honored library that we use