Marlon Maxwel
Marlon Maxwel
Any update? This is very critical. My project avoids as many dependencies to be as small as possible, but after adding amCharts it went down the drain, extra 2MB and...
@tsnolan23 @vigneshshanmugam can you help us?
@vigneshshanmugam we currently have an application based on React + React Router with several modules (pages) based on Microservices. We need to split our application with Microfrontend, where each page...
@vigneshshanmugam news?
@tomasgriffin i solved my problem using https://github.com/entria/react-app-loader Since we used everything in React, this solution served us well.
Hey @ryan-ds17, we are evolving a POC here in the company and we have this, see if it helps: https://github.com/marlonmleite/tailor-react-router-spa
@danbovey when will be available?
@danbovey @YIZHUANG let's release?
Workaround for this bug: ```jsx import React, { PureComponent, createRef } from 'react' import PropTypes from 'prop-types' import InfiniteScroller from 'react-infinite-scroller' class InfiniteScroll extends PureComponent { ref = createRef() scrolltoTop...