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

372
Views
En React with Redux, ¿cuándo debo usar syncHistoryWithStore?

Puedo ver que a veces la gente simplemente usa browserHistory como history , como

 import {Router, Route, IndexRoute, browserHistory} from 'react-router' const router = ( <Provider store={store}> <Router history={browserHistory}> <Route path="/" component={App}></Route> </Router> </Provider> )

pero en algunos proyectos, las personas usan syncHistoryWithStore , como

 const history = syncHistoryWithStore(browserHistory, store) render( <Root store={store} history={history} />, document.getElementById('root') )

¿Cuándo debo usar este último? ¿Por qué se necesita syncHistoryWithStore ?

Gracias

over 4 years ago · Santiago Trujillo
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!