GithubHelp home page GithubHelp logo

giwan / fe-docker-dynamic-be Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 2.23 MB

A react front-end hosted in docker where the backend is passed in when docker run is executed

Home Page: https://giwan.github.io/fe-docker-dynamic-be/

Dockerfile 15.37% HTML 31.14% JavaScript 44.87% CSS 8.62%

fe-docker-dynamic-be's Introduction

React frontend hosted in docker with a variable backend

The backend is determined on docker run

At edia we needed a template that would allow us to host our front-end application in docker while still allowing for various backends to be provided. In some cases the backend would be on the same host as the frontend while on others these could be completely different.

The following describes the details of this template and how it is constructed.

Technology stack

  • Docker
  • node
  • express
  • static assets (html, css, javascript)

When the application starts it sends a request to the server to get the backend host. It needs to do this before any api requests are made. There are several ways of addressing this. Perform the initial request first and then load the application.

Load apiHost using componentDidMount

Loading the apiHost using componentDidMount means that react app itself is not blocked until this request is complete. However the apiHost now needs to be added to a global variable so that it can be accessed from everywhere. While it works, it does introduce an artificial delay into the application.

fe-docker-dynamic-be's People

Contributors

dependabot[bot] avatar giwan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

gnanavelum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.