I just discovered Foundation for Apps and think it’s a pretty neat UI framework for building prototypes of web apps. However it seems to be created to work with Angular like Ionic Framework. There is a package on atmosphere, but without much documentation or examples.
My question is has anyone used Foundation for Apps with Meteor? If so, could you share the experience with us?
I’m a front-end dev and I was a very early adopter of Foundation when it came out many years ago. I’m building a web app in the healthcare market and was very excited about Foundation for Apps. From a front-end perspective, I think their email app template solves a big problem in responsive design. (certainly did in my case).
But as is the case with all Zurb frameworks, once you start to dig deeper, you realise there is more hype than substance. The code is verbose, not optimized, and requires alot of customization to build something production-worthy. And i’m only referring to the SASS files.
In the end, the deciding factors against Foundation for Apps was that it is still a young framework. Foundation (imho) wasn’t truly a great front-end framework until it hit v5, and I suspect FOA will require a few version bumps as well.
Secondly, as juliancwirko mentioned, a port will always be a step behind the official version. Zurb won’t take the needs of Meteor users into consideration in their design decisions.
Lastly, we had no data on the adoption rate of FOA (to be fair, it only came out a year ago), which makes the likelihood that an active and engaged community will continue to update a port is unlikely.
If anyone is curious, you can in fact use the foundation for apps flexbox grid without angular. I’ve also tested that you can use the off canvas menu without angular. However the panel needs a bit more work via custom media queries to replace the transition functionality that they have embedded in the panel direction. All that said, i think the grid in isolation has value for meteor.
Has anyone made progress getting Foundation 6 to work? I’m seeing mixed results and many errors just trying to new up Foundation objects. I’m hoping someone has worked it out by now…