Skip to content

Instantly share code, notes, and snippets.

View anujraghuvanshi's full-sized avatar
🤞
Good* Better** Best***. Never let it rest, Till your *=>** && **=>***

Anuj Raghuvanshi anujraghuvanshi

🤞
Good* Better** Best***. Never let it rest, Till your *=>** && **=>***
View GitHub Profile
@anujraghuvanshi
anujraghuvanshi / store.js
Created July 16, 2021 04:56 — forked from steniowagner/store.js
Basic setup of Redux-Store + Redux-Persist + Redux-Saga. You can find a snippet that use this configuration here: https://gist.github.com/steniowagner/e778fcae0d8eb77b82da983fb46c2826
import { createStore, applyMiddleware, compose } from 'redux';
import createSagaMiddleware from 'redux-saga';
import { persistStore, persistCombineReducers } from 'redux-persist';
import storage from 'redux-persist/es/storage';
import rootSaga from './sagas';
/* Reducers */
@anujraghuvanshi
anujraghuvanshi / Apple_mobile_device_types.txt
Created July 26, 2020 21:23 — forked from adamawolf/Apple_mobile_device_types.txt
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
iPhone5,1 : iPhone 5 (GSM)