Skip to content
Avatar
🏗️
Building own experimental dating app
🏗️
Building own experimental dating app

Highlights

  • Arctic Code Vault Contributor

Organizations

@BlackDice

Pinned

  1. Lightweight React bindings for MobX based on React 16.8 and Hooks

    TypeScript 2k 96

  2. 1
    function useFormik(props) {
    2
      // useState to keep the same observable around without recreating it on each render
    3
      const [formik] = React.useState(() =>
    4
        mobx.observable({
    5
          values: props.initialValues || {},
  3. DEPRECATED Documentation site for MobX in React

    TypeScript 42 44

431 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2020

Created a pull request in dotansimha/graphql-code-generator that received 3 comments

[react-query] Respect typesPrefix

I noticed that typesPrefix was used for generated hook functions. That is not aligned with other plugins. Besides, that config entry should be appl…

+119 −86 3 comments
Started 1 discussion in 1 repository
Answered 1 discussion in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.