Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Browser's memory keeps increasing when using React-engine & React-router #166

@nguyenhhien

Description

@nguyenhhien

I'm writing Isormophic Web Application by using React-engine & React-router. Before upgrading, my application is running well with the following configuration.
"react": "^0.14.8",
"react-dom": "^0.14.6",
"react-engine": "^3.4.1",
"react-router": "^1.0.3"
Recently, I've upgraded my system to use official React with the following configuration, and I observed my app become slower and slower when running on browser after every click I made on ReactRouter.Link. I've opened Google Chrome Debugger for investigation, then I see usage memory keep increasing after every click.
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-engine": "^4.0.0",
"react-router": "^2.5.2"
Have anyone faced the similar problem? Please help me. Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions