Giter VIP home page Giter VIP logo

Comments (5)

ctrlplusb avatar ctrlplusb commented on September 10, 2024 3

On face value they all have similarities, especially when dealing with client side only. However, I personally find that the real distinction between each solution becomes apparent when you are trying to execute server side rendering.

I haven't dived into each of them enough to give you an honest side by side comparison, however, I can say that with this library I fundamentally wanted to avoid having to configure a bunch of babel/webpack plugins when trying to do SSR.

I wanted a simple JS-only solution that would naturally work with the code splitting APIs that Webpack et al provide. To achieve this I had to lean on my react-tree-walker library which essentially walks the react element tree (js object) that describes your react application and then resolves the code split bundles in preparation for a server side render or client side rehydrate.

This probably adds a slight overhead compared to other solutions that use babel/webpack code replacement magic. I would be really surprised if the overhead was anything significant though, and there is even this article that describes some of the speed gains they got when using this library. You'll also find some additional comments at the bottom of this article that discuss the various libraries.

My hope is by keeping my API "native" JS and not requiring anything too magical with babel/webpack this library will naturally evolve to be able to use any natural dynamic import code that may be coming to servers/browsers.

If the above sounds like something that you would also appreciate then maybe this library is for you. However, if you want absolute blazing perf without any JS overhead for your server side renders then perhaps one of the other options is better for you. I would invite you to do your own research and find out which solution works best for you. ✌️

from react-async-component.

faceyspacey avatar faceyspacey commented on September 10, 2024 1

This will likely help:

https://medium.com/@faceyspacey/code-cracked-for-code-splitting-ssr-in-reactlandia-react-loadable-webpack-flush-chunks-and-1a6b0112a8b8

from react-async-component.

tarr11 avatar tarr11 commented on September 10, 2024

That article seemed to be about some other components (that seem to encompass react-async-component and other stuff), not about react-async-component specifically. Would still like to see a more detailed comparison with react-loadable

Many devs unfortunately judge by stars and commit dates, so explaining why this is superior would be very helpful

Comparison with https://github.com/smooth-code/loadable-components would also be helpful.

from react-async-component.

geyang avatar geyang commented on September 10, 2024

yeah this one is awesome. I compared it with lyft/universal-async-component and this one won. Thanks for the library!

from react-async-component.

michaelBenin avatar michaelBenin commented on September 10, 2024

Totally sold on:

My hope is by keeping my API "native" JS and not requiring anything too magical with babel/webpack

Well, that and this project you can actually open issues on.

from react-async-component.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.