文件名称:React-test:来自Scalio的React测试应用程序
文件大小:7.78MB
文件格式:ZIP
更新时间:2024-05-03 23:59:19
react styled-components HTML
概述 目的是创建一个简单的Web应用程序,该应用程序向API发出请求,解析响应并将结果显示在UI中。 该应用程序将包含两个主要组件-一个搜索组件和一个结果组件。 细节 搜索组件 该组件应包含两个元素: 用于输入“登录”字符串值的文本字段 用于向https://api.github.com/search/users?q={login} in:login发起请求的“提交”按钮,其中{login}是输入值 # Example curl GET request to search for for login `foo` curl --request GET ' [https://api.github.com/search/users?q=foo in:login](https://api.github.com/search/users?q=foo in:login) ' 结果部分 该组件应包