1.2.0 • Published 3 years ago

use-merge-value v1.2.0

Weekly downloads
7,035
License
MIT
Repository
github
Last release
3 years ago

use-merge-value

Easier to write a controlled component

此 hooks 可以轻松的实现一个受控组件。使用方式类似于 useState ,支持通过第二个参数传入 { value, onChange} 来覆盖掉默认的 value 与 setValue。

Usage

yarn add use-merge-value
import React, { useState } from 'react';
import useMergeState from 'use-merge-value';

const ControlledInput: React.FC<{ value: string; onChange: (value: string) => void }> = props => {
  const [value, setValue] = useMergeState('', props);
  return (
    <div>
      <input value={value} onChange={e => setValue(e.target.value)}></input>{' '}
    </div>
  );
};

LICENSE

MIT

mikorab-uupm-uinsn_webumi-antdfk_tablepower-deisgnliuzy-ant-design-projyswsdssdfdfdsafdtedsssswdswscra-template-gtja-czant-views@hzerojs/layoutsimple-antd-management-fast-framework@infinitebrahmanuniverse/nolb-use-m@everything-registry/sub-chunk-3027weui-react-v2dumi-theme-easyxaijostoolsjxt-libsjxt-rollup-libjxt-components-testkitchen-flow-editorhuemix-pro-layouthumxhoonghu-layoutluighif@xcomponents/storage@xauth/react-lock@unitalkai/ui@toboto/lobehub-ui@yuntijs/ui@zangai-family/pro-table@zven/pro-layoutadmin-frontend-componentaibit-uiahax-formtableauto-create-editorantd-pro-table-felixfixedantd-styleaoligeiant-design-atom@govey1nw/lobehub-chat@govey1nw/lobehub-ui@jthinking/pro-editorlobe-uisongbai-pro-tableumi3-dtd-tsyjy-stroeyjy-todoxydata-dictionaryypsx-marketingunified-login-centerzd_module_for_testxtep@lobehub/chat@lobehub/readme-generator@lobehub/readme-wizard@lobehub/ui@laterfinancial/pillar-ui@leericch/ui@linkstec/templatemtianyan-pro-tablemy-components-test-devmushiny-react-componentsmg-es-tablemytest-abcoss-uinullikaiuinsn-compruxdnnusercenterpro-layout-prettyqylc-antdqylc-pro-tableqnzs-uishenyinabcd-pro-tablereact-uxdm-editorgoletter-react@gehaijun/pro-layout@hopepaddy/dumi-theme@fcodes/dumi-theme@fcodes/ui@fejs/layout@flexem/headergeoscene-ant-pro-layout@t-ui/ffalcon-uidw-mx-layout-antdprodumi-theme-yuntidumi-theme-aipmhubdumi-theme-antd-styledumi-theme-antd-style-nbbdumi-theme-ariettadumi-theme-ayahubdumi-theme-lobehubdumi-theme-multiway-docsdumi-theme-xieyezidtusercenterdtusercentercomperp-tablefe-antd-wealth-mgtfc-headerfk_m
1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago