Some of you suggest to use reapp. What is that suggestion based on?
I had a quick look and I see it is hardly maintained anymore and there is no clear way (to me at least) to integrate it with Meteor.
Now the MDG will move away from Blaze, the Meteoric package will be no longer maintained. The question is, what is the alternative for building mobile apps now? I like react, no problem to use that instead of blaze, but what is the recommended css/html framework for mobile that works with it?
Hello @leiduong,
I’m just test it with Meteor(without React) and it looks awesome. Now I’m finishing web part of my application and then continue develop mobile and it will be Meteor + F7 :-).
Hi @achirkof, what is symlink ? I still can’t figure it out how to organize them to connect to the same server and share some server code (method, etc…)
I use Framework7 with Iron-router. Works ok. Im slowlying trying to port over to using flow router…takes a while but I guess should still work. The only issue with FW7 is that alot of the views are non-editable…so hard to achieve custom look. And yes, Angular is really painful for me, so wont touch that.
I dont have any hardcore animations for the app.
Most of the animations are in built into the specific functions u want.
For example, if you want a message rising from below, you need to choose popups.
Theres also like preloader screens.
If you want complex ones, I think FW7 doesnt have it. Its pretty minimalistic.
It does not conflict iron-router. However recently I have issues with my login and register page transitions for some odd reason. Cant seem to solve that.