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
CSS in 2022

Bramus Van Damme looks at which CSS language features we can expect to land in browsers in 2022. - http://amp.gs/jmOM6

#css #2022
👍2
Is It Time for the JavaScript Temporal API?

“Date handling in JavaScript is a pain, it’s time for a proper Temporal API.” - http://amp.gs/jmS03

#javascript
On React Project Layout

The author makes the case that the layout of the src directory should be more standardized, similar to the approach taken by the highly opinionated Ruby on Rails. Here is his proposal for making this directory something other than the ‘wild west’. - http://amp.gs/jmNVf

#react
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