Logo
    Search

    polyfills

    Explore "polyfills" with insightful episodes like "Polyfills, Transpiling and Monkey Patching", "Supper Club × WASM, Fastly Edge, and Polyfill.io with Jake Champion", "Hasty Treat - TypeScript Compilers and Build Tools" and "Hasty Treat - Old Browsers, Fallbacks and Polyfills - Part 3" from podcasts like ""Syntax - Tasty Web Development Treats", "Syntax - Tasty Web Development Treats", "Syntax - Tasty Web Development Treats" and "Syntax - Tasty Web Development Treats"" and more!

    Episodes (4)

    Polyfills, Transpiling and Monkey Patching

    Polyfills, Transpiling and Monkey Patching

    In this episode of Syntax, Wes and Scott talk about what polyfills, transpiling, and monkey patching mean, how and when to do it, and libraries that can help you out.

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    Supper Club × WASM, Fastly Edge, and Polyfill.io with Jake Champion

    Supper Club × WASM, Fastly Edge, and Polyfill.io with Jake Champion

    In this supper club episode of Syntax, Wes and Scott talk with Jake Champion about his work with Fastly and Polyfill, the difference between WASY and WASM, what Winter CG is, and what makes Fastly different.

    Show Notes

    ××× SIIIIICK ××× PIIIICKS ×××

    Shameless Plugs

    Tweet us your tasty treats

    Hasty Treat - TypeScript Compilers and Build Tools

    Hasty Treat - TypeScript Compilers and Build Tools

    In this Hasty Treat, Scott and Wes talk about the differences between compilers and build tools in TypeScript.

    Sanity - Sponsor

    Sanity.io is a real-time headless CMS with a fully customizable Content Studio built in React. Get a Sanity powered site up and running in minutes at sanity.io/create. Get an awesome supercharged free developer plan on sanity.io/syntax.

    Sentry - Sponsor

    If you want to know what’s happening with your code, track errors and monitor performance with Sentry. Sentry’s Application Monitoring platform helps developers see performance issues, fix errors faster, and optimize their code health. Cut your time on error resolution from hours to minutes. It works with any language and integrates with dozens of other services. Syntax listeners new to Sentry can get two months for free by visiting Sentry.io and using the coupon code TASTYTREAT during sign up.

    Show Notes

    03:38 - What is a TypeScript compiler?

    07:49 - Babel

    • Transpiler
    • It doesn’t do typechecking
    • New JS features that aren’t in TypeScript yet

    10:22 - SWC

    13:03 - Deno

    13:36 - Surcase

    14:46 - ESBuild

    • Compiles, but doesn’t do any type checking
    • Fastest

    17:39 - What about bundlers?

    • Parcel
    • Snowpack
    • Webpack
    • ESBuild
    • When might you still need a bundler?
      • To handle different types of files that are non-standard
        • Like importing CSS and images
    • Treeshaking
    • Smaller bundle files
      • Typescript can concatenate to a single file, or all .js files, but smaller / smarter bundles still need a tool for that
    • Polyfills
      • Typescript does convert to syntax, but will not polyfill features
      • Something like Promise
        • Syntax can be transpiled to old code
        • Methods like allSettled aren’t

    Links

    Tweet us your tasty treats!

    Hasty Treat - Old Browsers, Fallbacks and Polyfills - Part 3

    Hasty Treat - Old Browsers, Fallbacks and Polyfills - Part 3

    In this Hasty Treat, Scott and Wes conclude a three-part series about old browsers, fallbacks and polyfills. In part three, they talk specifically about transpiling and polyfilling.

    VueSchool.io — Sponsor

    Check out VueSchool.io’s new subscription plans. Get access to their entire catalog with more than 160 lessons, including The Vue.js Masterclass, for one low monthly fee. New content and courses are added regularly. Visit VueSchool.io/syntax and get your first month for only $5.

    Show Notes

    2:20 - Polyfills and Transpile

    5:18 - Back in the day

    • Border-radius htc hack
    • PNG fix for transparent PNGs
    • Flash for custom fonts
    • Cufon and SIFR

    10:48 - JavaScript Polyfills

    13:47 - JavaScript Transpile

    • Syntax is transpiled
    • babel-preset-env
    • Babel has plugins and presets
    • Meteor bundle to different browsers on demand
    • There are polyfills for most things, but performance can be an issue
      • Resize observer
      • Intersection Observer
    • Some things can’t be done with either
      • New browser APIs
      • Service workers, device access, inline video on old iOS, etc.

    Tweet us your tasty treats!