Search results

176 packages found

React component to highlight words within a larger body of text

published 0.16.3 4 years ago
M
Q
P

基于React开发方式,jsx对象一旦生成将无法修改。但如果你有对jsx生成对象二次修改的需求时,ReactDOM可以通过ref获取到Element引用进行修改,但ReactNative则无能为力……ReactNativeVisitor便是提供你对jsx产生的对象进行二次修改的能力,想改啥就改啥!

published 1.0.5 4 years ago
M
Q
P

```tsx <Player ref={videoRef} src={videoUrl} onPause={handleVideoonPause} onPlay={handleVideoPlay} poster={videoImgUrl} onTouch={handleVideoTouch} progressStyle={fullscreen ? {} : progressStyle}

published 1.2.2 3 years ago
M
Q
P

> ###### <a name="default-return-value">Default Action Result</a> >> Represent the value that is returned in actions like (validation ....) >> ```typescript >> export interface IFieldsRefs { >> field : string, >> ref : RefObject<any> >>

published 0.1.4 4 years ago
M
Q
P

herd deeply nested react components

published 0.1.1 2 years ago
M
Q
P

Standard React Components For Efficient JSX Syntax. Inline and Render Props Tools.

published 0.1.2 6 years ago
M
Q
P

An easy to use and customisable parallax implementation

published 0.0.9 2 years ago
M
Q
P

HOC for forward ref into child component

published 0.0.1 3 years ago
M
Q
P

Core utilities built for AppBuckets React UI Framework

published 0.4.6 2 years ago
M
Q
P

React Use State with Ref

published 0.0.2 3 years ago
M
Q
P

This hook is a combination of states and refs. In React, you can't change a state value inside a function like a setInterval. This hook solves this problem.

published 5.2.6 3 years ago
M
Q
P

An easy to use and customisable parallax implementation

published 0.0.9 2 years ago
M
Q
P

A custom Hook that provides constructor-like functionality to functional React components

published 1.0.1 3 years ago
M
Q
P

Typed React merge refs

published 0.0.5 4 years ago
M
Q
P

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fiddan%2Freactive-material.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fiddan%2Freactive-material?ref=badge_shield)

published 1.0.0-alpha.10 6 years ago
M
Q
P

1. 使用forwardRef、useImperativeHandle使用ref暴露组件中的方法。 2. 组件库样式、样式编写的习惯。 3. ts+React编码的思考 4. 单元测试的重要性(虽然我真不想写....) 5. 复杂的组件数据流,参考redux的单向数据流进行编写,比如form组件

published 0.1.0 2 years ago
M
Q
P