Coder Social home page Coder Social logo

e-commerce-application's People

Contributors

alexbuenrostro12 avatar brandonvilla21 avatar marcos8896 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

luiscostalafc

e-commerce-application's Issues

Redirect to page when login is successful

Redirect in Next.js is different than a conventional React applicacion with React router. Here are some resources:

  1. The ideal workflow would be to let the Login page know when the LoginForm has submitted the information and has a response (error or success)

  2. You will need to create the page that you want to redirect (maybe we need to discuss this as a team to what page will be the initial page once the user logs in)

Style Login page

This is the current look:

loginpage

I think we should all agree with the colors we're going to be using before open a PR for this

Create a spinner component and display it when loading is true on LoginForm

This is an exctract of the LoginForm component (has been simplified) and where should be placed the Spinner component. Suggestions on how to handle the loading differently are welcomed ๐Ÿฆ

    <Mutation>
      {(login, { error, data, loading }) => (
          <form>
            {loading && <code>Spinner will mount here..</code>}
          </form>
      )}
    </Mutation>

You'd better be in touch with whoever works on this as well #8 just to coordinate

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.