Search code examples
reactjswebwebserverfrontendweb-frontend

To use React, should I use nodejs (express)?


I plan to build Web application for which the structure is:

enter image description here

My questions are:

  1. Is that correct structure in the commercial?
  2. I plan that FrameWork of Frontend is express(nodejs) at first, but I try to change to django or flask because nodejs is my first use. I wonder if react can be used in this combination.

Solution

  • How about using firebase? You can handle authorization, store and retrieve data. I believe that it will be much easier than any other alternative.

    This great article will enable you to implement authentication in few hours. Handling data is also simple, I would use redux as well...