search

Home  >  Q&A  >  body text

javascript - The history browser using react-router is stuck, please solve it

The history module used

According to documentation

import createHistory from 'history/createBrowserHistory'

const history = createHistory()

const location = history.location


history.push('/home', { some: 'state' })

Then the whole computer’s CPU will spin very fast, and the browser will freeze. Please find a solution

PHP中文网PHP中文网2749 days ago529

reply all(1)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-19 10:24:18

    Check if there is an infinite loop

    reply
    0
  • Cancelreply