webapiclientgen icon indicating copy to clipboard operation
webapiclientgen copied to clipboard

Support for React stuck by that Babel does not support namespace

Open zijianhuang opened this issue 6 years ago • 4 comments

https://github.com/axios/axios looks promising among what listed in https://reactjs.org/community/data-fetching.html

zijianhuang avatar Jan 30 '19 06:01 zijianhuang

https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter

zijianhuang avatar Feb 06 '19 04:02 zijianhuang

https://jestjs.io/en/ https://facebook.github.io/create-react-app/

zijianhuang avatar Jun 12 '19 00:06 zijianhuang

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.

zijianhuang avatar Jun 12 '19 08:06 zijianhuang

apparently they had fixed that https://github.com/babel/babel/pull/9785

zijianhuang avatar Oct 21 '20 02:10 zijianhuang

done with examples at https://github.com/zijianhuang/DemoCoreWeb

zijianhuang avatar Oct 15 '23 01:10 zijianhuang