For resources I would recommend you check out @themeteorchef and some of his react meteor articles. Another good resource is the leveluptuts react in meteor series by @stolinski. For a router, either flow router or react router are great, but I’d recommend react router since it is not tied to meteor only like flow router, and is built specifically for react projects. For your database you will be using mongodb until the Apollo project is ready. Hope this helps some.