Logo
    Search

    vue

    Explore "vue" with insightful episodes like "Why You Should Choose Angular or Vue over React for Your New Web Application", "752: React vs Vue vs Angular with Corbin Crutchley" and "Hasty Treat - Abstraction" from podcasts like ""Programming Tech Brief By HackerNoon", "Syntax - Tasty Web Development Treats" and "Syntax - Tasty Web Development Treats"" and more!

    Episodes (3)

    Why You Should Choose Angular or Vue over React for Your New Web Application

    Why You Should Choose Angular or Vue over React for Your New Web Application

    This story was originally published on HackerNoon at: https://hackernoon.com/why-you-should-choose-angular-or-vue-over-react-for-your-new-web-application.
    An article that describes the advantages of the front-end frameworks Angular and Vue over the front-end React library.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #front-end-development, #frontend, #react, #vue, #angular, #angular-vs-vue, #angular-vs-react, #hackernoon-top-story, and more.

    This story was written by: @romanismagilov301290. Learn more about this writer by checking @romanismagilov301290's about page, and for more stories, please visit hackernoon.com.

    Angular and Vue offer a clear separation of concerns between logic and presentation. This fosters cleaner code and easier maintenance. Unlike React's JSX, where JavaScript logic can be **intertwined** with markup, these templates enforce a strict separation. They provide straightforward ways to bind form controls, making it easy to manage form data with multiple fields.

    752: React vs Vue vs Angular with Corbin Crutchley

    752: React vs Vue vs Angular with Corbin Crutchley

    Which framework is best? Join Scott and Wes as they chat with Corbin Crutchley, author of the “Framework Field Guide”, diving into the world of frameworks, metaframeworks, and tips to stay up-to-date on the latest trends in web development.

    Show Notes

    • 00:00 Welcome to Syntax!
    • 00:48 Who is Corbin Crutchley?
    • 02:08 Brought to you by Sentry.io.
    • 02:32 Hilton, like the hotel?
    • 05:57 What is the best framework?
    • 07:23 How do you compare these frameworks?
    • 10:00 Do you feel like the metaframeworks are comparable?
    • 11:02 Exciting announcements from ng-conf?
    • 11:42 Are Wiz and Angular merging?
    • 14:17 Angular signals and Vue comparison.
    • PreactJS Signals
    • 17:53 Adding signals to vanilla JavaScript and browsers.
    • 21:02 What is derived state?
    • 23:11 How can we store state within these different frameworks?
    • 24:37 Passing children.
    • 26:40 Which has the best implementation for passing children?
    • 28:52 What’s the approach for building framework agnostic components?
    • TanStack Store
    • 30:31 How much of it is framework specific?
    • 31:35 Headless or DOM-based?
    • 32:48 What are the best practices for writing this?
    • 35:28 What’s the biggest framework pain point?
    • 36:21 Is there a language that requires significantly more code?
    • 38:52 What about Web Components?
    • 39:58 Your book is free?
    • Framework Field Guide
    • Shout-out Eduardo Pratti and Kevin Aguilar.
    • 42:42 What’s the process of writing a book like this?
    • 45:44 Not a physical book?
    • 46:17 Walk us through the tech stack.
    • 48:27 Supper Club Questions.
    • 48:33 What text editor, theme and font do you use?
    • 49:53 What terminal and shell do you use?
    • 50:19 How do you stay up to date?
    • 53:39 Do you have advice for beginners?
    • 55:26 Sick Picks + Shameless Plugs.

    Sick Picks

    Shameless Plugs

    Hit us up on Socials!

    Syntax: X Instagram Tiktok LinkedIn Threads

    Wes: X Instagram Tiktok LinkedIn Threads

    Scott:X Instagram Tiktok LinkedIn Threads

    Randy: X Instagram YouTube Threads

    Hasty Treat - Abstraction

    Hasty Treat - Abstraction

    In this Hasty Treat, Scott and Wes talk about abstraction in general as well as javascript programming.

    LogRocket - Sponsor

    LogRocket lets you replay what users do on your site, helping you reproduce bugs and fix issues faster. It’s an exception tracker, a session re-player and a performance monitor. Get 14 days free at logrocket.com/syntax.

    Show Notes

    1:48 - What the heck is abstraction?

    • I like to think of it as sweeping under the rug
    • Vue and React devs should be very familiar with the concept

    4:44 - When to abstract

    • When things are getting too heavy
    • Personal preference
    • Some people have an arbitrary line limit

    7:25 - When not to abstract

    • When savings are minimal
    • When it just adds a pointless layer

    9:40 - Personal code abstractions vs public

    • My personal focus is on API simplicity and baked-in smart defaults
    • More specific
    • Public APIs need to be more flexible or at least for some components

    Links

    Tweet us your tasty treats!