Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

214
Views
Después de agregar redux, la página persiste queda en blanco

Implementé redux-persist en mi tienda de reacción redux, pero después de implementarlo, la página se queda en blanco.

Tienda

 import { composeWithDevTools } from 'redux-devtools-extension'; import { createStore, applyMiddleware } from 'redux'; import { createLogger } from 'redux-logger'; import { persistStore } from 'redux-persist'; import thunk from 'redux-thunk'; import rootReducer from './rootReducer'; const logger = createLogger(); const store = createStore(rootReducer, composeWithDevTools(applyMiddleware(thunk, logger))); const persistor = persistStore(store); export { store, persistor };

índice.js

 import React from 'react'; import ReactDOM from 'react-dom'; import { PersistGate } from "redux-persist/integration/react"; import { Provider } from 'react-redux'; import { store, persistor } from './app/store'; import './index.scss'; import App from './App'; ReactDOM.render( <Provider store={store}> <PersistGate persistor={persistor}> <App /> </PersistGate> </Provider>, document.getElementById('root'), );
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!