FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Going beyond pixels and (r)ems in CSS - Relative length units based on the viewport

Brecht De Ruyte explains some common pitfalls when using viewport units.  - https://techhub.iodigital.com/articles/going-beyond-pixels-and-rems-in-css/relative-length-units-based-on-the-viewport

#css
👍2
Building a CLI App with React and Ink

Why? Why not? This isn’t a tutorial, but more a look at just how simply such an app can come together. - https://www.nico.fyi/blog/react-ink-cli-chat-supabase

#react
👍5
Handling Asynchronous Promises with Vue.js 3 Suspense API

Vue.js 3 introduced various compelling features, including the suspense API component boundary. This API proves invaluable when dealing with asynchronous requests. In this article, explore the Vue.js 3 Suspense API for efficient asynchronous data loading. - https://javascript.plainenglish.io/handling-asynchronous-promises-with-vue-js-3-suspense-api-5ad566e7381b

#vue
👍61
Exploring Next.js Forms with Server Actions

Learn from Robin’s experiences: “I delved deep into exploring Forms in Next.js 14 using Next’s App Router, React Server Components (RSC), and Server Actions. This comprehensive tutorial covers React/Next native aspects like useFormStatus, useFormState and revalidatePath.” - https://www.robinwieruch.de/next-forms/

#react
👍31
Web Components in Earnest

This is.. epic! If you want to really get a walk through the journey of building an entire app using Web Components and JavaScript, this is it. The app in this case is simple, but complete, and the author shows off the realities of going all in with Web Components here. - https://naildrivin5.com/blog/2024/01/24/web-components-in-earnest.html

#webcomponents
👍5
Composable Frontend Architecture for 2024

How to build a successful architecture for your composable frontends - https://blog.bitsrc.io/composable-frontend-architecture-for-2024-562f309efe43

#architecture
👍4
CSS is Logical

Geoff Graham outlines several reasons that might help you understand why CSS can seem weird. - https://geoffgraham.me/css-is-logical

#css
👍3
The State of Benchmarking in Node.js

While Node has always been fast, there’s a renewed focus on performance in the face of benchmarks and claims from alternatives like Deno and Bun. Lars looks at the ecosystem of benchmarking options in the space. - https://www.webpro.nl/articles/the-state-of-benchmarking-in-nodejs

#nodejs
👍2
HTMX vs React: A Complete Comparison

In contrast to the Next/Remix comparison (above), it strikes me as tricky to compare two significantly different approaches to what will often suit rather different problems.. but here you go. - https://semaphoreci.com/blog/htmx-react

#react
👍3
Building a Vue.js composable for handling Feature Flags

Feature Flags allow testing more complex features in a proper production environment without actually causing issues to existing users. In this blog post, the author guides you through the process of creating your own composable that will help you manage the feature flags in an easy way. - https://dev.to/jacobandrewsky/building-a-vuejs-composable-for-handling-feature-flags-47l0

#vue
👍2