React dev suite
Find a file
2019-06-01 07:55:11 +00:00
docker DEV;Forms 2019-04-21 22:33:38 +02:00
modules RELEASE;New version 0.0.31 2019-06-01 07:55:11 +00:00
.eslintignore DEV;Fetch 2019-05-05 20:11:21 +02:00
.eslintrc DEV;Forms 2019-04-21 22:33:38 +02:00
.gitignore TECH;First commit 2019-03-13 22:33:52 +01:00
.npmrc DEV;Fetch 2019-05-05 20:11:21 +02:00
.stylelintrc TECH;First commit 2019-03-13 22:33:52 +01:00
app.config.ts DEV;Fetch wth setting, custom radiobutton render prop 2019-05-21 22:58:14 +02:00
Jenkinsfile DEV;Fetch wth setting, custom radiobutton render prop 2019-05-21 22:58:14 +02:00
jest.config.js DEV;Auth module 2019-05-28 21:55:20 +02:00
lerna.json RELEASE;New version 0.0.31 2019-06-01 07:55:11 +00:00
package.json FIX;Form validations 2019-06-01 09:41:57 +02:00
README.md DEV;Fetch wth setting, custom radiobutton render prop 2019-05-21 22:58:14 +02:00
tsconfig.base.json DEV;Fetch wth setting, custom radiobutton render prop 2019-05-21 22:58:14 +02:00
tsconfig.json DEV;Auth module 2019-05-28 21:55:20 +02:00

TREEJS

API

Connect treejs middleware to yout redux definition

applyMiddleware(
	thunk,
	FetchEndpoint(setting),
),

As setting value use object

{
	BASE_ENDPOINT_URL: string, // base of endpoint URL
}