这是React.js的简单示例集合
2021-12-15 16:55:08 790KB React开发-其它杂项
1
react-emoji-component react-emoji-component是使用React设置的开放 v4.0 emoji表情集的最轻量级( 为 )和最通用的库。 您可以指望该库是最新的EmojiOne版本。 使用此库,您可以轻松地使用自己的CDN提供程序来托管表情符号图片和PNG文件,并自定义表情符号渲染。 您还可以在使用精灵和奇异的PNG图标之间进行切换,以获取最轻松的体验。 这是我在其他React EmojiOne库中尚未看到的东西。 演示版 例子 在您的本地计算机上,将其深深吸引,因为男人或女人知道的每个表情符号都可以轻松地加载到单个页面上。 安装 • yarn a
2021-12-14 13:20:41 89.32MB react javascript emoji reactjs
1
ReactJS Blueprints《ReactJS蓝图》: 1、用世界上最火的Javascript库来开发Web App。 2、学习如何加速你的开发速度并节省宝贵的时间。 3、用step-by-step方式的教程让你轻松学会如何解决现实世界中的问题。 The JavaScript revolution has landed! ReactJS is one of those rare technologies that comes out of nowhere and turns established practices on their head. It provides a different way of thinking about how you should develop your apps, and has already gained a massive adoption among web developers. Join the revolution, build web apps faster, and have more fun developing! Packed with real-world code, this book starts by covering the idea behind ReactJS and the key concepts you must familiarize yourself with. You will learn how to bootstrap your ReactJS projects and you’ll also be provided with a handy scaffolding that you can use and reuse over and over. We then go on to cover a wide variety of apps, and will help you to structure and build your own components. Next, you will build a web shop, create a fully responsive and routable app, and also develop a real-time search app. Further on, you will be taught to work with public APIs to create a map-based application. You will also be taken through some advanced concepts such as Redux that are making a huge splash currently in the world of ReactJS. You’ll learn how to efficiently seal off your app for guest access, interact with hardware APIs, and create a photo app. You will then master the art of making your apps universal, and find out how to deploy them to the cloud. Finally, we wrap up the book as you are shown how to make a game. What better way to kick off your ReactJS development journey?
2021-12-12 17:18:49 6.63MB React React.JS React.Native
1
使用React.js开发的一个15-puzzle拼图游戏
2021-12-10 15:46:05 6.36MB React开发-CSS样式相关
1
主题切换 欢迎 :male_sign: ! 我们都喜欢网站具有深色模式选项。它使网页更易于阅读,使眼睛更加放松,还节省了电池。主题之间尚无魔术切换,而React使实现此功能更加容易。 在顶部,有一个开关可以在一个简单的网页上的白色和深色主题之间切换 资产 引导开关切换器 跑步 做仓库的git clone 。 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 该项目的目的: 在React基础上获得动手经验 任何人都可以将此项目作为参考来设计自己的企业网站 对于刚刚开始探索React的初学者来说,这可能是一个很好的起点。 涵盖的主题: 该项目是使用React钩子(基于功能)完成的:它涉及如下主题: useState useContext 提供者 消费者 动态设置className React中的列表和条件 需要帮忙? if ( needHelp
2021-12-06 22:49:59 234KB JavaScript
1
介绍 用于创建自适应互联网提供的心理治疗(IDPT)系统的框架 互联网提供的心理治疗(IDPT)系统是指有助于通过互联网与心理治疗进行交互的任何软件应用程序。 这些主要包括Web应用程序,移动应用程序,增强现实和虚拟现实应用程序。 IDPT已经浮出水面,并发展成为最普遍实践和广泛研究的心理治疗形式之一。 IDPT的发展,再加上全世界Internet访问的指数级增长,有可能重塑精神卫生保健领域。 尽管IDPT有所发展,但仍有数名患有精神健康问题的患者得不到治疗。 因心理健康问题而接受治疗的障碍包括等候名单长,获得精神科药物的机会有限,在寻求帮助方面的耻辱感以及治疗费用。 已经提出了IDPT系统
2021-12-04 15:32:00 2.19MB redux graphql mongodb reactjs
1
NULL 博文链接:https://domcafe.iteye.com/blog/2367739
2021-11-22 20:34:57 3KB 源码 工具
1
快速React待办事项 一个使用Express作为后端和前端中的ReactJS组件的待办事项应用程序。 指示 本地运行 运行npm install以安装依赖项。 运行npm start来运行服务器。 确保您在本地运行 MongoDB。 运行测试 运行npm test 将 .jsx .jsx为.js 运行gulp改造和手表的变化.jsx文件中public/javascripts/src 。 (详细信息请 ) 要了解有关 JSX 的更多信息,请从 ReactJs 官方文档阅读 。 贡献 这是我学习ReactJS的尝试。 如果您有任何建议,请随时做出贡献。
2021-11-20 10:02:02 217KB JavaScript
1
React苹果登录 React 的 Apple 登录组件 有关实时演示,请参阅 。 安装 npm install --save react-apple-login 用法 import * as React from 'react' import AppleLogin from 'react-apple-login' class Example extends React . Component { render ( ) { return ( ) } } 登录道具 参数 价值 默认值 描述 客户编号 细绳 必需的 开发者的客户端标识符,由 WWDR 提供。 范围 细绳
2021-11-19 18:26:32 389KB react reactjs sso apple-sign
1
实时聊天:使用Socket.io和Reactjs进行实时聊天
2021-11-19 10:57:09 2.58MB JavaScript
1