G
Q
Q
and
M
E

合集-react

摘要:App.js: 1 import React from 'react' 2 import { StyleSheet, Text, View } from 'react-native' 3 import {NavigationContainer} from '@react-navigation/nat 阅读全文
posted @ 2021-05-27 13:55 sy0313 阅读(170) 评论(0) 推荐(0)
摘要:1. 安装sass 较新的版本不需要配置sass-loader等一系列插件,安装即用。 npm install --save-dev sass 2. 编写App.tsx中的基本DOM 更改app.css为app.scss,并删除其中全部内容 使用如下代码替换app.tsx中的内容 import ". 阅读全文
posted @ 2022-09-21 16:10 sy0313 阅读(746) 评论(0) 推荐(0)
摘要:express服务端实现GraphQL 创建node项目 安装graphQL相关库 mkdir node_server cd node_server npm init -y yarn add graphql express-graphql express axios 创建入口文件server.js 阅读全文
posted @ 2022-11-07 15:57 sy0313 阅读(67) 评论(0) 推荐(0)