React dev suite
Find a file
2019-12-30 12:45:14 +01:00
docker DEV;Forms 2019-04-21 22:33:38 +02:00
modules TECH;Button and modals 2019-12-30 12:45:14 +01:00
tests DEV;Code example with highlight for button 2019-11-28 22:52:33 +01:00
.eslintignore TECH;Build monorepo as npm module 2019-10-31 19:47:39 +01:00
.eslintrc TECH;Button and modals 2019-12-30 12:45:14 +01:00
.gitignore TECH;Build monorepo as npm module 2019-10-31 19:47:39 +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 TECH;Prettier 2019-09-16 21:35:07 +02:00
genDoc.js TECH;Add component name for code preview 2019-12-02 19:12:57 +01:00
Jenkinsfile TECH;Build monorepo as npm module 2019-10-31 19:47:39 +01:00
jest.config.js DEV;Code example with highlight for button 2019-11-28 22:52:33 +01:00
lerna.json RELEASE;New version 0.0.63 2019-11-29 23:07:30 +00:00
package.json TECH;Button and modals 2019-12-30 12:45:14 +01:00
README.md CHANGE;Border radius 2019-09-18 20:30:09 +02:00
tsconfig.json TECH;Button and modals 2019-12-30 12:45:14 +01: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
}