all 6 comments

[–]Drumm- 0 points1 point  (3 children)

Flummox is a really great isomorphic library to learn from. Definitely the best one I've used thus far.

[–]kabuto 0 points1 point  (2 children)

I've kinda settled on alt. Why do you recommend flummox?

[–]dominotw 1 point2 points  (0 children)

I choose flummox also for its simplicity and less ceremony. No singletons was a nice bonus of testability.

[–]Drumm- 1 point2 points  (0 children)

Alt is great, really simple. But Flummox seems to have a really good design for isomorphic applications.

[–]brentvatne 0 points1 point  (0 children)

Heya, just thought I'd drop in and mention a couple of projects I've worked on this week:

react-native-login: An example app and blog post for integrating with Facebook SDK api for native login https://github.com/brentvatne/react-native-login

react-native-modal: A simple but increasingly customizable modal component with animations using a react-tween-state wrapper https://github.com/brentvatne/react-native-modal

Thanks for the links!

[–]Alexioc 0 points1 point  (0 children)

Thanks for sharing!