Skip to content

JWMB/react-ts-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is the output of my first react dabbling.

Bootstrapped with TypeScript React Starter.

Add .env.local to root to override environment REACT_APP_* variables The only custom usage is currently in data source's url, e.g. {process.env.REACT_APP_DEFAULT_DATA_API}/azure/cache

Problems

highcharts-exporting

doesn't work with react-highcharts? kirjs/react-highcharts#92

jest

Latest jest not compatible

TypeError: environment.setup is not a function

Will add tests when this works again

Monaco Editor

Cross-domain web workers not allowed on localhost, needs proxy Would be nice to not require internet while developing, look into that. Maybe chrome extension Allow-Control-Allow-Origin: * or chrome --disable-web-security

TODOs

About

My learn-by-doing react/typescript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages