Consider these Redux/Flux-related questions.
- Compare and contrast Redux vs. Flux.
- Why would an application, such as our comments application, need Flux/Redux?
- What data should be stored in component state? the Redux store? the cloud database?
- Where would async actions be used in this architecture?
Consider (only) one of the following web applications.
Construct a diagram of the basic components you believe would be required to implement your chosen web application and how they are deployed. Include machines/servers, application environments, files and communication protocols. Be prepared to explain your diagram.
*Cf. Lab exercise 1.1.
Consider the following MERN-related issues.
- Name some alternatives to the MERN stack.
- Describe potential weaknesses of the MERN stack.