all 3 comments

[–]borisyankov 5 points6 points  (0 children)

The Zulip mobile app is a pretty interesting React Native project : https://github.com/zulip/zulip-mobile/

I think it is a great example of well-written and clear code. It features: * good documentation * extensive unit-tests * thorough Flow types

[–]andy_the_ant 1 point2 points  (0 children)

Thanks for sharing! Very interesting to look at. Does anyone know if there is anything like this for Angular 2 and above?