DEV Community

Discussion on: Is it Necessary to use Redux with a Next.js application ?

Collapse
 
klis87 profile image
Konrad Lisiczyński • Edited

This question could be rephrased as: "Is it Necessary to use Redux with a React.js application" :)

Next.js is just a framework on top of React which simplifies Server Side Rendering setup, but it is still React. And React/Redux combo is very popular and still often used, also by me, so the answer is - it is not necessary, but totally possible! The bigger the app and the more you like functional programming, the better chance Redux will be a good option!