Skip to content
View bekzodnj's full-sized avatar
Block or Report

Block or report bekzodnj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. algorithms-data-structures-javascript algorithms-data-structures-javascript Public

    Algorithms and Data Structures in JavaScript

    JavaScript 1

  2. swproject_app swproject_app Public

    JavaScript 1

  3. WordFind-1.0 WordFind-1.0 Public

    Word Game: desktop game

    Java 1

  4. React Hook Form's `useFieldArray` ho... React Hook Form's `useFieldArray` hook. Examples of append, prepend, insert (with focus options). CodeSandbox: https://codesandbox.io/s/react-hook-form-focus-options-fn6fqq
    1
    // CodeSandbox link: https://codesandbox.io/s/react-hook-form-focus-options-fn6fqq
    2
    
    
    3
    export default function App() {
    4
      const { register, control } = useForm<{
    5
        test: { value: string }[];