Skip to content

Instantly share code, notes, and snippets.

View kerwynrg's full-sized avatar

Kerwyn kerwynrg

  • Sinaloa, México
View GitHub Profile
@kerwynrg
kerwynrg / cloudSettings
Last active March 23, 2022 21:36
cloudSettings - EPM
{"lastUpload":"2022-03-23T21:36:44.643Z","extensionVersion":"v3.4.3"}
@kerwynrg
kerwynrg / Root.jsx
Last active November 13, 2018 11:12
Workaround to work with create-react-app-typescript and react-hot-loader
import * as React from 'react';
import { hot } from 'react-hot-loader';
import { Provider } from 'react-redux';
import DevTools from '../Devtools';
import configureStore from '../../store/configureStore';
import App from '../App';
import ApplicationState from '../../store/store.types';
import { fetchAuth } from '../../store/common/Auth/Auth';