mxstbr / login-flow

:key: A login/register flow built with React&Redux
https://loginflow.mxstbr.com
MIT License
1.6k stars 215 forks source link

I can't find the request.js #20

Closed mscalessio closed 7 years ago

mscalessio commented 8 years ago

Thank's bro for this! it's awesome. Could you help me to correctly setup this for my purpose?

I wold like to make some changes:

Pleaseee 👍

hellojebus commented 7 years ago

By "request.js", the developer mean this library:

https://github.com/request/request

Once you npm install, as usual, you just import require from 'request';

mxstbr commented 7 years ago

That library doesn't actually work on the front end, you'll have to use xhr or axios or some other requesting library. There's tons of them!