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
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
InertiaJS - Server-Side Rendering

The InertiaJS project brings server-side rendering (SSR) to the Laravel/Vue stack. - http://amp.gs/jma5B

#vue
Make Beautiful Gradients

Joshua Comeau shows how to create rich, vivid, thoroughly-alive gradients by avoiding the “grey zone.” - http://amp.gs/jmo7z

#css
Three React Component Design Patterns You Should Know About

“While this is not an exhaustive list, it applies to most problems you will probably encounter when building components.” - http://amp.gs/jmoQ9

#react
Deeply Copying Objects with structuredClone()

Dr. Axel looks at the new kid on the block when it comes to copying JavaScript objects: structuredClone. Supported in cutting edge versions of most browsers and in Node.js and Deno, it’s time to be aware of this. - http://amp.gs/jmMqw

#javascript
Angular Component Library Best Practices

Proven concepts on how to implement and showcase your UI components - http://amp.gs/jm5RS

#angular
A Better Way to Use Angular Forms

Use this technique to manage and reuse forms in Angular. - http://amp.gs/jmQhD

#angular
Responsive Image Gallery With Animated Captions

Stephanie Eckles explores a technique for creating a responsive image gallery that uses object-fit for responsive image scaling, aspect-ratio for consistent image sizes, a CSS Grid trick to replace absolute positioning, and CSS transforms for animated effects. - http://amp.gs/jmcZl

#css
20+ Useful Vue JS Components 2022

Want to make your Vue-based app's interface unique and appealing? Take a look at this collection of Vue components that you can use for your upcoming projects. - http://amp.gs/jmc6H

#vue
A JavaScript-Flavored Introduction to Monads

“I know a lot of people roll their eyes” says Kyle about yet another monad explainer, but.. if you liked Kyle’s work with You Don’t Know JS or you want something JavaScript oriented and with concrete takeaways for your own code, this is for you. - http://amp.gs/jm6Ls

#javascript
👍1
3 React Component Design Patterns You Should Know About - http://amp.gs/jmbSR

#react
👍1