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

Admin: @andrey2019
Download Telegram
Node Added TypeScript Support, But What Does That Mean for Deno?

The Deno team, learning from previous experiences with Node, went ‘all in’ with TypeScript from day one. Now, Node can work with TypeScript too, but the experience is still very different, and the Deno team explains how here. - https://deno.com/blog/typescript-in-node-vs-deno

#nodejs
👍2
Almost Perfect tsconfig.json Options for Your Angular Projects

Learn how to optimize your tsconfig.json for Angular projects. This step-by-step guide includes the latest options, best practices, bonus tips, and code examples.- https://medium.com/@sehban.alam/almost-perfect-tsconfig-json-options-for-your-angular-projects-5bec056f23d8

#angular
👍4
How to Set Up a Vue 3 Frontend, Node.js API, and a High-Performance WebSocket Server in Docker

Setting up a modern front-end, managing APIs, and enabling real-time updates with WebSockets can quickly become overwhelming. In this article, we’ll guide you through creating a streamlined, containerized setup using Vue.js 3 for the front-end, a Node.js API server, and a high-performance WebSocket server powered by uWebSockets.js. - https://blog.dailysandbox.pro/how-to-set-up-a-vue-3-frontend-node-js-api-and-a-high-performance-websocket-server-in-docker/

#vue
👍2
Building APIs with Next.js

A detailed, official introduction to the concepts behind using Next.js’ App Router and route handlers to build public APIs you can expose to web, mobile, and third-party clients. - https://nextjs.org/blog/building-apis-with-nextjs

#react
👍3
Styling Counters in CSS

Juan Diego Rodríguez shows different approaches to style counters in CSS, going from the most basic ways to style lists directly in HTML to advanced customization techniques. - https://css-tricks.com/styling-counters-in-css

#css
👍2
Layers: The Composition API Moment for Nuxt

Discover how the Composition API revolutionized Vue development, transforming how we write, organize, and share reactive logic. Learn how Nuxt's 'layers' feature follows a similar path, enhancing flexibility, reusability, and project structure. - https://masteringnuxt.com/blog/layers-the-composition-api-moment-for-nuxt

#vue
👍2👎1
Updates on CVE for End-of-Life Versions

Back in January, the Node.js project decided to issue CVEs for end-of-life versions of Node to warn people of the security impacts of using old versions of Node. This didn’t go down well and so the Node project has a new plan going forward. - https://nodejs.org/en/blog/vulnerability/updates-cve-for-end-of-life

#nodejs
👍31
The URL is a Great Place to Store State in React

This is a surprisingly contentious idea and certainly suits some use cases more than others but, the author argues, “Sometimes, the best place to store state is right in the URL.” - https://iamsahaj.xyz/blog/react-state-in-the-url/

#react
👍4
Supercharge Angular: Advanced Techniques for Lightning-Fast Rendering and Optimization

Angular's Incremental DOM is a game-changer for rendering optimization. It's all about smart updates and minimal DOM operations. Let's dig into some advanced techniques to supercharge your Angular apps. - https://dev.to/aaravjoshi/supercharge-angular-advanced-techniques-for-lightning-fast-rendering-and-optimization-c2e

#angular
👍2
Unlock the Power of PrimeVue: A Comprehensive UI Solution for Vue.js Developers

Looking for a robust and Comprehensive UI solution for your Vue.js apps. This article will provide insights into PrimeVue and why its an excellent solution for building amazing interfaces for your web applications - https://vuejsdevelopers.com/2024/12/18/unlock-the-power-of-pimevue-a-comprehensive-ui-solution/

#vue
👍6
Reimplementing Crossy Road with React Three Fiber

A well put together set of tutorials covering reimplementing the classic Crossy Road game with React Three Fiber. In both written and video form. - https://javascriptgametutorials.com/tutorials/react-three-fiber/crossy-road

#react
👍41🔥1
Creating Animated Accordions with the Details Element and Modern CSS

Stefan Judis explains how to create animated accordions using only HTML and modern CSS with the details element, interpolate-size, transition-behavior, and the :has() pseudo-class. - https://www.builder.io/blog/animated-css-accordions

#css
👍21