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

Admin: @andrey2019
Download Telegram
50 years of the Swiss Music Charts

Ever wondered what was top of the charts in Switzerland on your birthday? Me too! We’re in luck - this interactive visualisation allows you to zoom back through musical time and discover happy or sad songs. The star-chart constellations are actually showing the progression of an individual song through the charts. An article (in German) accompanies the experience and delves deeper into the data. - https://goo.gl/DHWZNT

#audio
Streaming Server-Side Rendering and Caching at Spectrum

Max Stoiber describes the journey to high performance server-rendering of their React application with streaming responses and distributed caching. - https://goo.gl/G43LLX

#nodejs #cache #serverSideRendering
Using Media Queries for Responsive Design in 2018

Explores the use of media queries in responsive design today, how they work alongside Flexbox and Grid Layout, and what’s coming in the future. - https://goo.gl/jC3FMA

#css
CanJS 4.0: A Suite of Frontend Architecture Libraries

You can’t describe CanJS quickly, but it brings together custom elements, observables, routing, and more on the front-end. 4.0 is a big release. - https://goo.gl/uAd2MG

#canJS #released
Ionic vs React Native: What’s the Difference?

A broad comparison of strengths and weaknesses of each framework. - https://goo.gl/aQ7KoX

#ionic #reactNative
Email Accessibility in Action

Rémi Parmentier shares four tips to improve email accessibility, illustrated with videos. - https://goo.gl/pL71H6

#css
An Overview of JavaScript Testing in 2018

A thorough, opinionated guide to catching up with the key terms, tools, and approaches to testing with JavaScript in 2018. - https://goo.gl/Hh1smb

#javaScript #testing
React Native Pros and Cons

This article takes a look at the advantages of React Native, why it’s so popular, and some potential drawbacks you might want to consider. - https://goo.gl/PPrSpM

#reactNative
Developing Games with React, Redux, and SVG

A meaty first step in a series on creating a game built around the mechanic of React and Redux controlling SVG elements. - https://goo.gl/nUYcxc

#react
Build a Download Button Full of Micro Interactions

Luis Manuel shows how to build a download button full of micro-interactions using CSS, SVG, and JavaScript. - https://goo.gl/nMnkgL

#css
A Guide to Writing Dockerfiles for Node Webapps

A step-by-step guide to writing optimized Dockerfiles for Node apps to assist in both development and deployment. - https://goo.gl/XRujqz

#nodejs #docker
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
CSS Grid Layout — Crossed Sections

Rafaela Ferro gives an introduction to CSS Grid and its potential with a practical example - https://goo.gl/rmG8j3

#css #grid
A Look at the State of Progressive Images and User Perception

We all want images to load fast: “Choosing the right image format, optimizing the quality and using responsive images are important tasks, but what can we do beyond that?” - https://goo.gl/cdsQgF

#frontEnd #images
How to Model the Behavior of Redux Apps with Statecharts

“describing states & the events that transition from one state into another is a well studied concept” and statecharts provide a way to visually represent this. - https://goo.gl/L6B7hz

#react #redux