webapiclientgen
webapiclientgen copied to clipboard
Support for React stuck by that Babel does not support namespace
https://github.com/axios/axios looks promising among what listed in https://reactjs.org/community/data-fetching.html
https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter
https://jestjs.io/en/ https://facebook.github.io/create-react-app/
get stuck by the lack of support for namespaces in Babel. https://github.com/facebook/create-react-app/issues/5633 https://github.com/dotansimha/graphql-code-generator/issues/766 https://github.com/babel/babel/issues/8244 https://github.com/microsoft/TypeScript/issues/30994 https://github.com/babel/babel/pull/9785
Hopefully next release of babel will support namespaces.
apparently they had fixed that https://github.com/babel/babel/pull/9785
done with examples at https://github.com/zijianhuang/DemoCoreWeb