Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

146
Visualizações
User auth in ReactJS, problem with implemetion

I wanna get pepole to log in directly into account from drawer, but i don't have idea how to implement server side to login from drawer which come out from outside of the page when user triggered button Sign in. Drawer is from library 'react-modern-drawer`. Right now i have code like that.

 <Drawer
                    open={isOpen}
                    onClose={toggleDrawer}
                    direction='top'
                    overlayOpacity={'0.7'}
                    style={{textAlign:'center', width: '320px', backgroundColor: 'black', height: '100%', objectPosition: 'absolute', top:'0',right: '0',bottom: '0',left: '84%'}}
                    className="drawer1"
                > 
                <form onSubmit={handleSubmit}>
                   <H3>log into system!</H3>   
                   <Label htmlFor="username">username</Label>
                   <Input
                     type='text'
                     id='username'
                     ref={userRef}
                     autoComplete="off"
                     onChange={(e) => setUser(e.target.value)}
                     value={user}
                     required/>
                   <Label htmlFor="Password">Password</Label>
                   <Input
                     type='password'
                     id='password'
                     onChange={(e) => setPwd(e.target.value)}
                     value={pwd}
                     required/>

                   <Span>Forgot your password? Click <a href="/forgotpassword">here</a></Span>
                   <Button type="submit">Log in!</Button>
                   
                   </form>
                </Drawer>

I have function to handleSubmit. I don't have idea what to do in this code because every web tutorial have login page on another page like /login etc. In my case we are still on main page which is right now http://localhost:3000.

 const handleSubmit = async (e) => {
        e.preventDefault();
       
        

    }```
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

How about modal? position: fixed, top: 0, left: 0, right: 0, bottom: 0, backgroundColor: 'rgba(0,0,0,0.1)'

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda