该存储库包含基本的React组件,挂钩和模式,我们将其用作的起点。 目录 产品特点 :package: 基本的React组件开始 :nail_polish: 样式化的样式组件 :wrench: ESLint,Stylelint和Prettier已配置 :brick: 故事书与A11y,文档,视口和主题游乐场插件的集成 :triangular_ruler: 样式助手,用于颜色,间距和媒体查询 :gear: 基本的jest快照测试已经实现 安装 克隆react-patterns存储库。 git clone https://github.com/fork/react-patterns cd react-patterns/ 您可以通过两种不同的方式将组件复制到React项目。 1.自动迁移
2021-02-04 09:09:45 1.93MB react hooks jest reactjs
1
Head-First-Design-Patterns
2021-02-03 23:37:39 350KB 设计模式
1
谷歌官方发布视频
2021-01-28 22:05:00 24.01MB android
1
kubernetes patterns.Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
2021-01-28 04:07:40 4.02MB kubernetes
1
React Native helps developers reuse code across different mobile platforms like iOS and Android. This book will show you effective design patterns in the React Native world and will make you ready for professional development in big teams. The book will focus only on the patterns that are relevant to JavaScript, ECMAScript, React and React Native. However, you can successfully transfer a lot of the skills and techniques to other languages. I call them “Idea patterns”. This book will start with the most standard development patterns in React like component building patterns, styling patterns in React Native and then extend these patterns to your mobile application using real world practical examples. Each chapter comes with full, separate source code of applications that you can build and run on your phone. The book is also diving into architectural patterns. Especially how to adapt MVC to React environment. You will learn Flux architecture and how Redux is implementing it. Each approach will be presented with its pros and cons. You will learn how to work with external data sources using libraries like Redux thunk and Redux Saga.
2020-11-22 22:38:25 6.11MB react native design patterns
1
Microservice Patterns 介绍微服务相关的设计模式,包括应用体系结构模式,外部API模式 ,分解模式,测试模式,消息样式模式,安全模式,可靠通信模式,横切关注点模式,服务发现模式,观测模式,交易消息传递模式,数据一致性模式,业务逻辑设计模式,查询模式,部署模式,微服务重构模式
2020-01-29 03:17:05 7.15MB 微服务设计模
1
Design Patterns,By Gamma, Helm, Johnson and Vlissides(Addison-Wesley)。在程序设计领域发起设计模式运动的开山之作。
2020-01-21 03:10:38 3.36MB UML Pattern
1
Advanced Analytics with Spark Patterns for Learning from Data at Scale(2nd) 英文epub 第2版 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2020-01-19 03:12:06 1.48MB Advanced Analytics Spark Patterns
1
Concurrent Programming in JavaTM: Design Principles and Patterns, Second Edition By Doug Lea In Concurrent Programming in Java, Second Edition, you will find thoroughly updated coverage of the Java 2 platform and new or expanded coverage of: • • • • Memory model Cancellation Portable parallel programming Utility classes for concurrency control The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including such topics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and computational services. The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.
2020-01-10 03:04:49 2.42MB Concurrent Programming java
1