现在我想用web api扩展我的.net,然后我想用react原生来构建移动应用。 我在reactnative with asp.core web api sample中搜索了很多次。我不知道在asp.net内核中使用原生react是否好。 请任何机构有任何git repo或任何好的指南,请参考我。 谢谢
我的同步数据的简单函数是这样的:import { getData } from './api/index'
const data = await getData()// ... then store data to local db...我正在使用RESTfulAPI从服务器获取一些数据:import { Aler