I hereby claim:
- I am sbonami on github.
- I am sbonami (https://keybase.io/sbonami) on keybase.
- I have a public key ASDXG4C47YLL9VNmunzqCyQozSELwS26O1SoYWp1UJdLVgo
To claim this, I am signing this object:
import { createStore, combineReducers, applyMiddleware } from 'redux'; | |
import reactProfilerMiddleware from './react-profiler-redux'; | |
| |
const todoApp = combineReducers(reducers) | |
const store = createStore( | |
todoApp, | |
// applyMiddleware() tells createStore() how to handle middleware | |
applyMiddleware(reactProfilerMiddleware) | |
) |
I hereby claim:
To claim this, I am signing this object:
Required Gems:
class SessionController < ApplicationController
def create
user = User.from_omniauth(env["omniauth.auth"])