Andrei Luca

Results 98 comments of Andrei Luca

Notes: * https://reactjs.org/docs/optimizing-performance.html#virtualize-long-lists

Or maybe infinite pagination can be added. https://www.gatsbyjs.org/docs/adding-pagination/

Notes: - Good example of community guidelines https://github.com/mdx-js/.github

I think this feature will imply authentication. https://www.gatsbyjs.org/docs/building-a-site-with-authentication/

Here is one more example CRA with multiple entries without ejecting. Basic idea is to symlink desired entrypoint to `index.js` on start and build, and you can have how many...

@jedmao I get your point, I even have an example where this would be useful. We have a project where it has 5 frontend modules. Each module share same library...

@DanZeuss ~~can you split changes into different commits, so we can see what you changed?~~ * ~~Initial app commit~~ * ~~App ejected~~ * ~~Your chagnes~~ I splitted it https://github.com/iamandrewluca/example-cra-multi-entry/pull/1/files To...

> security perspective. What do you mean? Maybe we need an RFC to discuss possible solutions/implementations.

@oklas his point was to show how app bundle can be splitted, not what actually is included in bundle This weekend I experimented with angular-cli. They have a config, where...

@harshalpandey when having a SPA, in most of cases server should return `index.html` when no request handler found.