Skip to content

victorkane/blog-simple-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple blog to show use of Next.js in order to choose data hydration method (data-fetch, mobx, redux...). Served its simple purpose.

Reviewed Next with-mobx and with-redux examples, finally went with simple async/await data-fetch example for time being, since Next de-structures via pages, no page is so complex it needs redux.

The Content Server (in separate repo blog-simple-next-content-server) must be running before firing up this app.

Once Content Server is running, install and run:

npm install
npm run dev

About

A simple blog to show use of Next.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published