Coder Social home page Coder Social logo

formik-wizard-form's People

Contributors

dependabot[bot] avatar doichev-kostia avatar klevytskyi avatar vlacher12 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

formik-wizard-form's Issues

Update yarn and node versions

Yarn v3 is released and prooved itself as a reliable and fast tool, so I guess we need to update the environment to yarn v3 + node v16

Invalid property name in the WizardStepMeta interface

The name of the property is not really valid as the aim of this field is to show whether the step was visited๐Ÿ‘‡

Image from iOS

Not only is the variable name confusing, but also it has matching issues with the FormikProps<Values> interface, which implementation can be passed to the children or component property

Screenshot 2022-05-11 at 18 11 37

interface MixedBag<Values> extends FormikProps<Values>, WizardStepMeta {
    step: React.ReactNode
}

export interface WizardProps<Values> extends FormikConfig<Values> {
  steps: (React.ComponentType<any> & WizardStepContainer<Values>)[];
  children?:
    | ((
        current: MixedBag<Values>
      ) => React.ReactNode)
    | React.ReactNode;
  component?: React.ComponentType<any>;
  navigator?: INavigatorConstructor;
  initialStep?: number;
}

So I propose to refactor this part a bit and give a more suitable name, like visited or isVisited

Configure tests for the library

  • Add cypress integration for component + e2e testing
  • Add jest or any other unit tests framework to test specific functions or utilities

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.