Skip to content

Split examples into separate folders #22

@bookercodes

Description

@bookercodes

At the moment, example has a lot of "boilerplate" to accommodate multiple use-case demos, which can make the code harder than necessary to follow and understand.

Rather than having one example folder, let's create an examples folder with a sub-folder for each demo, e.g.:

+ examples
 | basic-form-validation
 | asynchronous-form-validation
 | password-form-validation

I propose we use react-scripts to remove the need for webpack.config.js and other files not related to Revalidation. We should also use minimal styling in this folder to keep the examples focused on how Revalidation works 👍.

We could consider building a nice-looking demo for the website but keeping it separate from examples?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions