FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Creational Design Patterns in Nodejs

Design Pattern in Software Programming implemented in your code-base to prevent common occurring problems. - http://amp.gs/jmqtf

#nodejs
Building a Vue 3 component library

Component libraries are a great way to collect common UI solutions into a package that you can reuse across your own projects or share with the Vue open-source community. - http://amp.gs/jmqOj

#vue
Top 5 techniques in TypeScript to bring your code to the next level

Write better code with refactoring and functional approaches - http://amp.gs/jmsVN

#typescript
Form Validation with the Constraint Validation API

Client-side validation isn’t a full substitute for true server-side validation, but it can get you a lot of the way. Here, Craig introduces the Constraint Validation API which you can use from JavaScript to interact with HTML5’s form validation mechanisms. - http://amp.gs/jmiw9

#javascript
Remix vs Next.js

While this is a comparison written by the Remix team, it seems open about its methodology and tries to be fair in its comparison. The comparison (and sometimes implicit criticism) of Jamstack has been a Remix talking point – not entirely unfairly either. - http://amp.gs/jmJfN

#nodejs
How To Prevent Unnecessary React State Update Re-Renders - http://amp.gs/jm0jn

#react
Angular Best Practices — Do you

How to improve my Angular application performance? How to make my Angular team coding style more consistent… - http://amp.gs/jm05o

#angular
👍1
Vue 3 Composition API ? Nah, thanks.

This article proposes downsides of using the composition API and explains why the options API feels better with Vue 3. - http://amp.gs/jm3Rc

#vue
TypeScript Features to Avoid?

Remember Gary Bernardt’s Wat video from ten years ago? He created the Execute Program dev education platform and now reflects on four things in TypeScript to seriously think about: enums, namespaces, decorators, and private. It's opinionated - naturally! - http://amp.gs/jmHPZ

#typescript
Creating an AWS Lambda Function with nbb

nbb is a ClojureScript environment that runs on top of Node.js, so it’s ideal for AWS Lambda. Node doesn't have to always be about JavaScript :-) - http://amp.gs/jmwI0

#nodejs
Good Advice on JSX Conditionals

“Time after time I shoot myself in the foot with JSX conditionals. In this article, I look at the trickier corners of JSX conditionals, and share some tips for staying safe”. As always, there are other options, though, and future potential options too as may eventually be offered by do expressions or pattern matching. - http://amp.gs/jmwor

#react
👍1
Modern Fluid Typography Using CSS Clamp

Adrian Bece explores fluid typography principles, use-cases, implementation with CSS clamp(), and an interactive fluid typography calculator. - http://amp.gs/jmXVO

#css