Commit Graph

10 Commits

Author SHA1 Message Date
ladeirarodolfo
7c4ee734fa refactor: 💡 React components to consume appConfig using Context (#852)
* refactor: 💡 React components to consume appConfig using Context

React components to consume app configuration using React Context and
React Hooks. Non React components to continue using global variable
window.config. Related documentation also changed.

Closes: #725

* refactor: 💡 Removing unecessary code

On current React component there is no need to import useContext method
from React, so, removing it.

* refactor: 💡 Code review

Code review. Minor changes based on review inputs and moving userManager
to an init method

BREAKING CHANGE: #725

Closes: #725

* docs: don't include implementation detail in docs

* docs: don't include implementation detail in docs

* docs: no need to specify implementation details in employment recipe

* docs: no need to specify implementation details in deployment recipe
2019-09-06 14:31:26 -04:00
dannyrb
2cf355856b docs: duplicate PR-784 2019-08-20 16:39:25 -04:00
Omar Toutounji
d46cccc652 replaced REACT_APP_CONFIG with APP_CONFIG 2019-08-19 20:30:44 -04:00
dannyrb
9f0004659e Next steps 2019-05-13 13:03:06 -04:00
dannyrb
1eb930239d Configuration 2019-05-13 13:02:41 -04:00
dannyrb
e45dcc9f33 Setup and troubleshooting 2019-05-13 13:02:16 -04:00
dannyrb
2333eb294d Requirements 2019-05-13 13:01:38 -04:00
dannyrb
ee31127b08 Explaining web requests, cors, and diagram of flow 2019-05-13 12:58:59 -04:00
dannyrb
69564569dc High level summary 2019-05-13 11:58:43 -04:00
dannyrb
8114f4fe48 Begin writing UAC docs now that we have a workign example 2019-05-06 13:03:35 -04:00