I’ve been excited about Vue.js since Sarah Drasner first showed me
the basics. Since then, we’ve started using it for client work at
OddBird, and I’m constantly impressed by the power and simplicity – so
it was a real honor being invited to speak at the first VueConf US in
New Orleans.
Every time I hear Miriam
talk I learn a ton and laugh a ton.
She’s an amazing speaker…
Watch this talk when it’s published!
—Sarah Drasner, VP of Developer ExperienceatNetlify
I enjoyed the conference as much as I enjoy the framework. I was
particularly impressed with the way core team members talk about
community and future development. Everyone was welcoming, interested in
my contributions, and helpful when I had questions. Several of the core
team members are now helping us build Vue component documentation into
Herman, our style guide generator.
I was also able to attend Sarah’s full-day Vue animation workshop. If
you ever have the chance to learn from Sarah, I highly recommend it. I
was already using the Vue <transition> and <transition-group>built-in functionality on projects, but not to their full extent.
Revisiting an internal OddBird project, still in early development, I
was finally able to create the page transitions that I wanted all along.
The image is low-resolution in order to show more animations, without a massive file size…
All the VueConf talks are available online, and I recommend checking
them out!
Part 2 – Responsive Web App vs Native Mobile App vs Progressive Web App
bySondra Ebyon
If you have an idea for a digital product, you may be wondering if you should build a responsive web app, a native mobile app, or a progressive web app. Is one option inherently better? What are the pros and cons? This is part 2 of a three-part series unpacking…
Part 1 – Responsive Web App vs Native Mobile App vs Progressive Web App
bySondra Ebyon
The decision of what platform to use to build your app is quite important – affecting project scope, timeline, and budget. But understanding the differences between a responsive web app, a native mobile app, and a progressive web app – and deciding which one is right for your project …
The complexities of containment, overflow, and ‘propagation’
byMiriam Suzanneon
I spoke about Container Queries at both Smashing Conference (San Francisco) and CSS Day (Amsterdam) – where I recommended setting up a root container to replace most media queries. Since then, Temani Afif pointed out a few issues with that approach, and sent me down a rabbit hole of overlapping…