DEV Community

Discussion on: User Authentication with Next.js

Collapse
 
pedromagalhaes profile image
Pedro Magalhães

Nice tutorial! Would be even better to implement this example with React Hooks. Anyways good job!

Collapse
 
jolvera profile image
Juan Olvera

Hey Pedro,

When I started writing the tutorial, Hooks weren't released yet. I will wait a bit before I update them to Hooks, tho.

Thanks for the reply!

Collapse
 
pedromagalhaes profile image
Pedro Magalhães

No worries. Its pretty cool the tutorial.

Im using similiar tech stack in my company for more than an year and i really enjoy it, i.e. react+next+node+hoc+recompose+redux+eslint+styled components etc.

Now im currently doing a backoffice with same tech stack, but this time using hooks for component lifecycle, and context with reducers instead of redux. So far so good. I love it.

Anyways keep up with this kind of tutorials. I really enjoy to see them.

Cheers