Creating UIs to Scale with Flux

In the last chapter, we created webViews for our application and also saw the integration between our frontend and backend application, which was very important to understand.

In this chapter, we will focus on structuring our frontend. Ideally, each module should be responsible for a single thing. As in our main components, we are running too many operations within single modules. Besides rendering the different views, we have code to make an API request to endpoints and receive, handle, and format the response.

In this chapter, we will cover the following topics:

  • Understanding Flux
  • Implementing Flux on React
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.15.65.65