B
B
bpGusar2018-08-29 08:29:28
JavaScript
bpGusar, 2018-08-29 08:29:28

Is it correct to use React/Redux+Express+MySql+NextJS stack in an application?

Can something be replaced with something or removed altogether? The idea is that the application should have server-side rendering, react/redux, and a mysql database.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2018-08-29
@maxfarseer

The idea is that the application should have server-side rendering, react/redux, and a mysql database.

+ Server-side rendering -> take a look at next.js (many praise, I have no expertise in this yet)
+ React/Redux/Express/MySQL -> answered your own question =) if you need these technologies, then ok!
You can consider anything as a database. For example, express is often used in conjunction with Mongo DB (but I think you already know this)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question