FrontEnd Development
28.7K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
Angular: DON’T Call Functions Inside The Template Anymore

Why you Should NOT Call Functions Inside Angular Templates - http://amp.gs/jmL7z

#angular
React Event Bubbling and Capture

Event bubbling occurs when handling events within nested elements: an event ‘bubbles up’ from one element to its container until it reaches the root element. This behavior can be both helpful and troublesome — here’s how to handle it correctly with React. - http://amp.gs/jmWAL

#react
Create An Open Graph Image Generator with Node

Set up a server with Node.js to dynamically generate images and reduce the manual effort of creating Open Graph images. - http://amp.gs/jma8f

#nodejs
Improving Angular Component’s accessibility

The outcome is better, more accessible components… - http://amp.gs/jmaAf

#angular