Hype for Hyperscript

Dec. 13, 2021, 5 a.m. (2 years, 4 months ago)
0 Comments

In this episode, we have Car­son from Big Sky Soft­ware & Deniz Akşimşek on to talk about Hyper­script, which they tout as what JavaScript would look like if it were designed for the web!

Guest host Ben Cro­ker from PutY­ourLight­sOut tells us why, yes, we real­ly do need a script­ing lan­guage built on top of JavaScript to make com­mon things easy to do.

And that’s what Hyper­script aims to do: bring the joy of script­ing back into web devel­op­ment and solve the common prob­lems we all face every day, sim­ply and elegantly.

As such, Hyper­script is a nat­ur­al com­ple­ment to its sister project, HTMX. Join us to hear an inter­est­ing dis­cus­sion on how the right tool­ing (or lack there­of) is half the battle.

Login to Add New Comment
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Spelunking into the VueJS Frontend JavaScript Framework Spelunking into the VueJS Frontend JavaScript Framework
On this episode, we talk with special guest Adam Wathan about the VueJS JavaScript framework. We talk about what VueJS is, and how its Laissez-faire approach lets you pick and choose how much of it makes sense to use in a project. We go into why using a framework like VueJS can help you write bette...
JAMstack development, carpe JavaScript! JAMstack development, carpe JavaScript!
On this episode, we’re joined by Paulo Elias from IDEO to discuss JAMstack: Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. Paulo talks about his journey from doing traditional LAMP/LEMP stack work to building things using JavaScript as the h...
CSS & CMS Musings with Eric Meyer CSS & CMS Musings with Eric Meyer
On this episode we have on the CSS legend Eric Meyer to talk about the early days of CSS, and how it almost died, and also onto where CSS is today. We discuss utility-first CSS, CSS in JavaScript, and talk about the Flexbox and the awesomeness that is CSS Grid. We then also talk about the move of E...
@pika/web brings 2014 simplicity to 2019 JavaScript @pika/web brings 2014 simplicity to 2019 JavaScript
In this episode, we talk with Fred K. Schott from the Pika Project about a future without webpack. Instead of having a massive build system just to use some node packages on the frontend, we can use @pika/web! @pika/web aims to tame some of the insanity that has come with modern JavaScript tooling....
JAMstack & Serverless with Netlify JAMstack & Serverless with Netlify
On this episode, we talk to Shawn “swyx” Wang from Netlify about the JAMstack & Serverless revolution in frontend development. We discuss what exactly Netlify is, and how you can leverage the Edge, Build, and Dev aspect of it to make your development process more enjoyable. We talk about the c...
Similar Tutorials
Enable & Write Cron Jobs for Strapi
Enable & Write Cron Jobs for Strapi
A cron job is a useful utility that can be found in any unix-like operating system. It can be used to schedule time-based commands without human intervention. With Strapi, we can use cron jobs to import data or run application tasks automatically. To write cron jobs in Strapi is super...
How to Install Deno on macOS
How to Install Deno on macOS
Deno is a simple, modern and secure runtime for JavaScript and TypeScript, by the creator of Node.js himself, Ryan Dahl. Deno uses the Chrome v8 engine and is built with Rust. The project just reach version 1.0 and got many people in the JavaScript community interested. In this tutori...