Ashish Patel: TIL

Atom feed

Recently added: Dotnet Common commands, NestJS Common commands, Flask Common commands, Django Common commands, PostgreSQL Common commands

Add redux to existing react project

import { Provider } from 'react-redux'
import { createStore } from 'redux'
import rootReducer from './reducers'

Created 2020-10-25T02:02:43+05:30 · Edit