TG Telegram Group Link
Channel: FrontEnd Development
Back to Bottom
Styling the icon for HTML date and time types

Cassidy Williams shows how to style the icon for the clock or calendar of input types using ::-webkit-calendar-picker-indicator pseudo-class. - https://cassidoo.co/post/input-type-date

#css
Koa 3.0: The Expressive HTTP Middleware Framework

Koa first appeared over a decade ago as a ‘next-generation’ Web framework that shared some of the lineage (and team) of Express.js, but leaning on more modern JavaScript features and ideas of the time. While Express has been making a comeback recently, Koa has progressed too and offers a compelling alternative. - https://koajs.com/

#nodejs
Rockpack 6.0: An Alternative React App Starter

A tool aiming to get React project setup time as low as possible, complete with server side rendering support, bundling, linting and testing. v6.0 updates everything for React 19. - https://alexsergey.github.io/rockpack/

#react
Composable Design Patterns

Michael Thiessen has a new course where he shares 16 design patterns.
Learn the right techniques, principles, and patterns for crafting brilliant composables in Vue. - https://michaelnthiessen.com/composable-design-patterns

#vue
A WebAssembly Compiler That Fits in a Tweet

Or 192 bytes, if you prefer. This is a look into a fantastic little bit of JavaScript hacking that can compile arithmetic expressions into WebAssembly you can run very easily. You can learn a lot in so little time here. - https://wasmgroundup.com/blog/wasm-compiler-in-a-tweet/

#wasm
The Node.js Test CI Security Incident Explained

The Node.js project recently experienced a critical security incident with its test CI infrastructure. Attackers exploited a flaw in the Jenkins pipeline and this post goes into detail about how it came about and was resolved. - https://nodejs.org/en/blog/vulnerability/march-2025-ci-incident

#nodejs
Top 5 Challenges Faced by Vue Developers: The State of Vue.js Survey 2025

Explore five key challenges in Vue.js based on the State of Vue.js Developer Survey 2025.
This article addresses common pain points with practical solutions to help you overcome them in your projects. - https://www.monterail.com/blog/vue-development-challenges-state-of-vue

#vue
Create custom Dynamic Components in Tailwind CSS using matchComponents Plugin Function

The tutorial walks you through crafting an avatar component that adapts to your theme's custom settings using the matchComponents plugin function. Creating plugins in Tailwind can be a very powerful technique and Shruti, as always, teaches you everything you need to know about this function. - https://www.youtube.com/watch?v=sxxUK0l8jKE

#tailwind
How Imports Work in RSC is an interesting post about JavaScript's module system generally, touching on how RSC extends it to span both server and client contexts. - https://overreacted.io/how-imports-work-in-rsc/

#react
Solving Prop Drilling in Vue: Modern State Management Strategies

Eliminate prop drilling in Vue apps using Composition API, Provide/Inject, and Pinia.
Learn when to use each approach with practical examples. - https://alexop.dev/posts/solving-prop-drilling-in-vue/

#vue
Why Does RSC Integrate with a Bundler?

is a deep, technical post into why and how bundlers are used to coordinate the client/server concerns of RSC code. - https://overreacted.io/why-does-rsc-integrate-with-a-bundler/

#react
Introducing Mentoss: The fetch Mocker

A new approach to mocking global fetch() calls (in both browsers and server-side runtimes) inspired by previous attempts like Nock and MSW. - https://humanwhocodes.com/blog/2025/01/introducing-mentoss-fetch-mocker/

#javascript
HTML Embed Code:
2025/06/28 10:11:01
Back to Top