星期一 07 晚上 七月 17o 2023
The Power of Mocking in Unit Tests
The Power of Mocking in Unit Tests
Testing is often an afterthought when writing code. It can be confusing, slow down development, and if implemented poorly provides questionable utility. The following are some tips for preemptively writing and structuring your code so that it is easy to unit test.
React: A comprehensive Guide to Beginners
This beginner’s guide aims to demystify React and provide newcomers with a solid foundation in this powerful library.
Optics: Scalable state management for TypeScript applications
Optics is a library to manage global immutable state in TypeScript applications. It let’s you declare references to parts of your state, called optics, that allow you to read and update these parts as well as subscribe to their changes.
Demystifying React Server Components with NextJS 13 App Router
This purpose of this application is to demonstrate the concepts and code of React Server Components in NextJS13 in a way that exposes what is really happening.
Embracing Polymorphism for Flexible Components
Do you want to take your React skills to the next level and create more versatile components? Polymorphism is here to save you.
React95: A React components library with Win95 UI
React95 is a component library inspired on the Windows 95 UI design. 🪟
编写代码时,测试通常是事后才想到的。它可能会令人困惑,减慢开发速度,如果实施不当,其效用也会受到质疑。以下是一些预先编写和构建代码的技巧,以便轻松进行单元测试。
本初学者指南旨在揭开 React 的神秘面纱,并为新手在这个强大的库中打下坚实的基础。
Optics 是一个用于管理 TypeScript 应用程序中全局不可变状态的库。它允许您声明对您所在州的部分(称为光学)的引用,允许您阅读和更新这些部分以及订阅它们的更改。
使用 NextJS 13 App Router 揭秘 React 服务器组件
此应用程序的目的是通过揭示实际情况的方式演示 NextJS13 中 React 服务器组件的概念和代码。
您想将您的 React 技能提升到一个新的水平并创建更多功能的组件吗?多态性可以拯救你。
React95:带有 Win95 UI 的 React 组件库
React95 是一个受 Windows 95 UI 设计启发的组件库。 🪟
发布者