React dev suite
Find a file
2019-09-16 20:02:09 +00:00
docker DEV;Forms 2019-04-21 22:33:38 +02:00
modules RELEASE;New version 0.0.46 2019-09-16 20:02:09 +00:00
.eslintignore DEV;Fetch 2019-05-05 20:11:21 +02:00
.eslintrc TECH;Prettier 2019-09-16 21:35:07 +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
.prettierrc TECH;Prettier 2019-09-16 21:35:07 +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 DEV;New layout responsive menu 2019-08-25 20:34:38 +02:00
Jenkinsfile DEV;Fetch wth setting, custom radiobutton render prop 2019-05-21 22:58:14 +02:00
jest.config.js DEV;Table 2019-06-05 20:53:52 +02:00
lerna.json RELEASE;New version 0.0.46 2019-09-16 20:02:09 +00:00
package.json TECH;Prettier 2019-09-16 21:35:07 +02:00
README.md DEV;New layout responsive menu 2019-08-25 20:34:38 +02:00
tsconfig.base.json TECH;Props documentation 2019-08-03 14:24:00 +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
}
npx typedoc --out ./docs/documentation modules/treejs-components/src/Button/index.tsx --mode file --tsconfig ./tsconfig.json --excludeExternals --excludePrivate --excludeProtected


npx typedoc --json output.json modules/treejs-*/src/**/*.ts* --mode file --tsconfig ./tsconfig.json --excludeExternals --excludePrivate --excludeProtected --categorizeByGroup