kerimdemir / React-Hooks-Redux---User-Registration-

React-Hooks-Redux---User-Registration Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Hooks-Redux---User-Registration

  • Kullanıcıdan e-posta ve şifre alınır.
  • Bu bilgilerle token isteğinde bulunulur. (API request gibi düşünülebilir.)
  • (uuid-token-generator) kütüphanesi kullanılarak token oluşturulur.
  • Token store'a kaydedilir. (Async-Storage) Girişte token kontrol edilir.
  • Eğer token varsa uygulama "Home Screen"'e yönlendirilir.
  • Token yoksa "Login Screen"'e yönlendirilir.

Running the project

Clone this repository :

git clone https://github.com/kerimdemir/react-native-boilerplate.git

Install packages :

npm install

When installation is complete, run with version of your choice :

react-native run-ios
# or
react-native run-android

Dependencies

  • react
  • react-native
  • uuid-token-generator
  • react-native-vector-icons
  • react-native-router-flux
  • react-redux
  • redux
  • redux-logger
  • redux-thunk
  • axios
screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm

About

React-Hooks-Redux---User-Registration Example


Languages

Language:JavaScript 78.9%Language:Objective-C 7.6%Language:Ruby 5.2%Language:Java 4.8%Language:Starlark 3.5%