Skip to content

Instantly share code, notes, and snippets.

View tirthbodawala's full-sized avatar

Tirth Bodawala tirthbodawala

View GitHub Profile
@tirthbodawala
tirthbodawala / keybase.md
Created September 11, 2019 09:36
keybase.md

Keybase proof

I hereby claim:

  • I am tirthbodawala on github.
  • I am tirthbodawala (https://keybase.io/tirthbodawala) on keybase.
  • I have a public key ASB7InJQhxU-3X8ZANbWKDpMdDJYa7X8hQ9UnZocbJrtrwo

To claim this, I am signing this object:

@tirthbodawala
tirthbodawala / client.js
Created October 9, 2018 09:06
Redux Saga with PawJS
import ReduxClient from '@pawjs/redux/client';
import createSagaMiddleware from 'redux-saga';
import mySaga from './app/saga';
import reducers from '../app/reducers';
const appInitialState = {};
// ... other imports
export default class Client {