DEV Community

Cover image for My New Nextjs Project "Devletter" πŸ”₯
Random
Random

Posted on • Updated on

My New Nextjs Project "Devletter" πŸ”₯

My New Nextjs Project "Devletter"

Hey everyone,

I'm excited to share that I just finished building this project - Devletter - using the popular frontend framework Nextjs. Creating this project has been a super fun learning experience for me.

Checkout this πŸ”₯

πŸ˜…What is Nextjs ?

Nextjs allows you to build fullstack React apps that generate HTML and CSS at build time. This "pre-rendering" makes the apps feel really snappy since everything loads instantly when you first visit. I was really impressed by how easily Nextjs handles routing, data fetching, and code splitting out of the box. No more worries about configuring Webpack or Babel - Nextjs does it all automatically behind the scenes.

Purpose to build Devletter ? πŸ€”

For Devletter, I wanted to build a simple newsletter platform where developers can join with their E-mail Address And they get weekly e-mail from devletter of Tech news, new projects, blogs, and tech events each week. The main content area displays a list of the latest posts which users can click into to read full articles.

Thanks for taking the time to check out my first project - let me know if you have any other questions!

Happy Coding πŸ‘‹

Top comments (0)