alexeyraspopov / react-coroutine

Make your async components compact and descriptive by leveraging the power of the language features
https://react-coroutine.js.org/
MIT License
263 stars 11 forks source link

Is this project dead? #8

Closed ziriax closed 4 years ago

ziriax commented 4 years ago

This seems like a fantastic project, but it seems not very active.

Does anyone know alternatives to this, or is this project just rock stable? :)

alexeyraspopov commented 4 years ago

This project is not dead. I have a bunch of projects using it. There is no significant ways for improvements or features. The library does what it suppose to.

Due to the difference in implementation, approach, and ideas, react-coroutine won't work with React Hooks. You may want to switch to hooks completely as it's the future of React development.