zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

Support for React stuck by that Babel does not support namespace #60

Closed zijianhuang closed 10 months ago

zijianhuang commented 5 years ago

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

zijianhuang commented 5 years ago

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

zijianhuang commented 5 years ago

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

zijianhuang commented 5 years ago

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 commented 3 years ago

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

zijianhuang commented 10 months ago

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