universal-async-component icon indicating copy to clipboard operation
universal-async-component copied to clipboard

Comparison with similar libraries

Open oyeanuj opened this issue 8 years ago • 3 comments

Hi @mohsen1, thank you for open sourcing this library! Given that there are a few libraries that are trying to address this problem, I was wondering if you could provide a comparison (or pros/cons) of this library's approach and functionality with some of the other popular ones:

  1. React-Async-Component
  2. React-Loadable
  3. React-Universal-Component
  4. Loadable-Components

Alternatively, or in addition, understanding the approach of how this library works behind the scenes would be super useful to anyone trying to choose a solution!

Thank you again!

oyeanuj avatar Oct 18 '17 04:10 oyeanuj

Main difference is this component doesn't require a compile time via babel or anything similar. All those competitors are solving the problem with a similar approach. Once react support async rendering none of this would be necessary!

I'm talking about this component this Friday at Lyft hq where we are hosting a meetup. You should come and check it out!

mohsen1 avatar Oct 18 '17 06:10 mohsen1

@mohsen1 Thanks for the quick response!

Could you elaborate what tradeoffs this component makes to avoid compile time? If this is going to be covered in the talk, could you post the slides/videos here since I probably wouldn't be able to make it?

oyeanuj avatar Oct 18 '17 18:10 oyeanuj

@mohsen1 Any chance you could post the video/slides from the talk or any material that better helps understand the tradeoffs?

oyeanuj avatar Dec 09 '17 23:12 oyeanuj