Brief Overview of Web Framework & Structure
The Stack
On the top level, our implementation looks like this:
Under it, we are essentially using the following:
The entire framework including a potential mobile application is based on React. React is a very flexible framework that is used by many large corporations and is created by Facebook to meet its huge demand. This allows us to use
Last updated
Was this helpful?