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

Admin: @andrey2019
Download Telegram
Using SVG Patterns for Backgrounds with React -
https://goo.gl/63T4FK

#react #svg
Using SVGs as Placeholders, and Other Image Loading Techniques

A frontend developer from Spotify looks at several approaches to showing something in place of an image before that image loads. - https://goo.gl/qBbkkP

#svg
Using CSS Clip Path to Create Interactive Effects

As a kid, did you ever cut out pictures from magazines and create collages? Do the same on the Web with this neat technique. - https://goo.gl/k69b1r

#css #svg
Interactive Email Using SVG and SMIL

An interesting experiment that explores the possibility of creating SMIL-based interactive emails. - https://goo.gl/Mavw7L

#css #svg
Making SVG icon libraries for React apps

Nicolas Gallagher describes how to make a package of React components from a library of SVG icons. - https://goo.gl/GCksL5

#react #svg
How to Hand Code Scalable Vector Graphics (SVG)

You can export to SVG from drawing tools, but building graphics in a structured, code-based way has its own appeal, and with SVG being supported in every browser, it’s worth trying for your small icons and visual touches. - https://goo.gl/EzwUvz

#svg
Working with Dynamic Bézier Curves and SVG in React

This is a gorgeous (and interactive!) tutorial. - http://bit.ly/2Jrns96

#react #svg
Using CSS Clip Path to Create Interactive Effects, Part II

A follow up to a January article on creating collage-style Web effects with CSS which leans on SVG to make things work in current browsers. - http://bit.ly/2Q9Cxf4

#css #svg
SVGR: An Online SVG to JSX Transformation Tool - http://bit.ly/2FEM8t3

#tools #svg #react #jsx
SVG Filters Playground

An interesting online tool for experimenting with what different SVG filters do. - http://bit.ly/2zB8ruf

#tools #svg
SVG Filters 101

Sara Soueidan created a guide that will help you understand what are SVG Filters and show you how to use them to create your own visual effects. — http://amp.gs/9Ssy

#css #svg #filter