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

Admin: @andrey2019
Download Telegram
Harlem 3.0: Simple Extensible State Management for Vue 3

Provides a simple functional API for creating, reading, and mutating state. - https://harlemjs.com/

#vue
👍3
1000 and 1 questions about building an open-source library. Front-end developer answers

When building your open-source library, you’re likely to have many questions. Front-end developer from @inDriveTech also faced some problems trying to create one. To help beginner engineers, he gathered his experience into the guide. Go to the Medium article to learn everything about building an open-source library.
👍83👏1
FrontEnd Development pinned «1000 and 1 questions about building an open-source library. Front-end developer answers When building your open-source library, you’re likely to have many questions. Front-end developer from @inDriveTech also faced some problems trying to create one. To help…»
Best of Svelte and SvelteKit

This post is all about Svelte/SvelteKit. Here, I'm gonna mention some best or unknown Component libraries, Websites using Svelte and SvelteKit.
What I'm Gonna mention here is my own opinion. So, if you have any suggestion/feedback comment it. - https://dev.to/theether0/best-of-svelte-and-sveltekit-5585

#svelte
👍5
Embedding Our New React UI in a Go App

Flipt serves its web application from a single binary (built in the Go language), embedding the static assets therein. Go 1.16’s native embedding set them on a journey that led to React and it works pretty well - no Next.js needed. An interesting alternative approach. - https://www.flipt.io/blog/embedding-react-in-go

#react
👍5
Introduction to Strapi Nuxt 3 module

In this article, take a look at @nuxtjs/strapi module as it is Nuxt 3 compatible, very well developed and documented. - https://dev.to/jacobandrewsky/introduction-to-nuxt-3-modules-5h8o

#vue
👍4
Is Prisma Better Than Your 'Traditional' ORM?

Prisma has become a very popular ORM option in the Node space in recent years. The creator of the Practica Node starter app considers if Prisma makes sense as a universal ‘go to’ ORM. No, but.. - https://practica.dev/blog/is-prisma-better-than-your-traditional-orm/

#nodejs #prisma
👍2
How to migrate a Vue.js project to Nuxt in 8 steps

Nuxt is a web framework for creating Vue.js application. Nuxt introduces server-side rendering which improves performance in our Vue.js application. Find out in this blog post how to migrate your Vue.js application to a Nuxt application in 8 simple steps. - https://dev.to/ngranja19/how-to-migrate-a-vuejs-project-to-nuxtjs-in-8-steps-41dm

#vue
👍8
Fixing a Memory Leak in a Production Node App

Kent encountered a variety of weird memory and CPU usage spikes in his Node-powered app and decided to figure out what was going on. This post walks through his complete journey, with plenty of side problems encountered along the way, before discovering the root cause was where he least expected it. - https://kentcdodds.com/blog/fixing-a-memory-leak-in-a-production-node-js-app

#nodejs
👍4
Building Great Forms with React Hook Form and Zod

The first in a promised series of screencasts about not only creating and integrating forms into a React-based app, but broader issues around app creation generally. This is no bite size tip video, though, checking in at a movie-like 95 minutes. - https://www.youtube.com/watch?v=FXWD_etMJWA

#react
👍81