FrontEnd Development
28.5K subscribers
144 photos
1 video
8.38K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
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
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
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
Deno Introduces JSR: A New JavaScript Registry

The JavaScript Registry (a.k.a. JSR) is a new TypeScript-first, ESM-only module registry designed for the entire JavaScript ecosystem (not just Deno). This post digs into what it’s all about. I find it rather cute that npm’s own flexibility makes JSR easy to use from Node too, via npx jsr! - https://deno.com/blog/jsr_open_beta

#deno
"react-strict-dom" – Why It's So Great?

Meta’s react-strict-dom is an experimental integration of React DOM and StyleX to standardize the development of styled React components, both web and native. Szymon digs into it a little here. - https://szymonrybczak.dev/blog/react-strict-dom

#react
A Look at Eight Top Recent V8 in Node Updates

V8 is the JavaScript engine that powers Node and the V8 team continues to make it faster and better every month without fail. This post explains some of the most recent enhancements at a high-ish level. - https://blog.appsignal.com/2024/02/28/top-8-recent-v8-in-node-updates.html

#nodejs