Rax – A universal React-compatible render engine
1–10 of 42 posts
Re: Rax – A universal React-compatible render engine
#2Re: Rax – A universal React-compatible render engine
#3Re: Rax – A universal React-compatible render engine
#4Interesting that they don't compare it to preact: https://github.com/developit/preact
Re: Rax – A universal React-compatible render engine
#5Interesting that they don't compare it to preact: https://github.com/developit/preact
Re: Rax – A universal React-compatible render engine
#6Re: Rax – A universal React-compatible render engine
#7Re: Rax – A universal React-compatible render engine
#8Re: Rax – A universal React-compatible render engine
#9Interesting that they don't compare it to preact: https://github.com/developit/preact
3kb for "React" is pretttttty tempting
Re: Rax – A universal React-compatible render engine
#10their repo is full of slightly adapted other packages. If they are 100% React compat, why would they need rax-redux? :-S
While the rax-redux equivalent seems to be contained in a single file:
https://github.com/alibaba/rax/blob/07e20908e4e17b182873db09...
The simpler implementation might indicate that the rax developers are trimming overcomplicated bloat, or culling features that don't align with specific needs of Alibaba. Or maybe they're just removing code they don't yet understand the necessity for. It's not immediately clear what tradeoffs each are making, but having rax audit what's really necessary could be a good thing for everyone.