DEV Community

Discussion on: Why you should learn Next.JS

Collapse
 
ematipico profile image
Emanuele Stoppa • Edited

Nextjs repository provides a small but efficient example that shows how to wire redux inside an application of theirs. It didn't seem too difficult to me. Maybe because I had already worked on an isomorphic app.

Collapse
 
wchr profile image
Wachira

I checked it out. I was able to setup and redux, everything went well, I rendered my articles pretty well from my API but when I view my page source, my articles aren't there, i am trying to retrace where I went wrong. Thanks for the suggestion.

Collapse
 
okbrown profile image
Orlando Brown • Edited

To add, the next examples folder is filled with loads of examples on how to use redux, context, and all sorts of random plugins. It's is a really good developer experience.