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

Admin: @andrey2019
Download Telegram
How to setup editor.js in vuejs without hassle

Editor.js is a next-generation block-based editor, and it’s open source. editor.js returns a JSON output. editor.js built by codex-team. -
http://amp.gs/d2xN

#vue
Material-UI 4.0: Google Material Design-Inspired React Components

Material-UI has blown up in popularity recently and offers a variety of Material Design friendly components. v4 includes significant improvements to theming, documentation, and performance, though React 16.8+ is a must as hooks are used. - http://amp.gs/dwIc

#react
FunctionScript: Turn Node Functions into Typed HTTP APIs

A specification that allows Node functions to be seamlessly exported as HTTP APIs by defining what the HTTP interface will look like and how it behaves in the preceding comment block. Currently oriented around the Standard Library platform but has potential for broader use. - http://amp.gs/dFI0

#nodejs
The State of Fluid Web Typography

This detailed summary seeks to answer the question of whether fluid typography is ready to be used on the web today. Highlights how fluid type can improve the reading experience, explores potential scaling problems and raises some accessibility considerations. - http://amp.gs/dF6u

#css #typography
'Why I'm Still Using jQuery in 2019'

It’s cool to disregard jQuery (we get comments whenever we link to jQuery plugins in JavaScript Weekly – which isn’t often, admittedly) but it’s still heavily used and useful for many. - http://amp.gs/dX3V

#jquery
Building a Radio Streaming Alexa Skill with the Alexa Skills Kit

Streaming audio is one of the biggest use cases for something like the Amazon Echo, but we rarely see tutorials on doing it for ourselves. This, then, is very welcome. - http://amp.gs/dWdu

#nodejs
React Physics Dragger: A Horiztonal Dragger/slider with Physics

A nice feeling horizontal dragging effect with some physics-based friction and boundary bouncing effects. Live demo. - http://amp.gs/dWu3

#react
Swipe Gallery using Vue.js & Tailwind 

Welcome to the Widget of the Week series, where I take gifs or videos of awesome UI/UX components, and bring them to life with code. - http://amp.gs/dazZ

#vue
Creating Better Apps with React Server-Side Rendering

An introduction to server-side rendering with data store injection and how this improved Riot Games’ search feature ‘in some surprising ways’. - http://amp.gs/dMko

#react
Vue.js And SEO: How to Optimize Reactive Websites for Search Engines and Bots

Do websites created with reactive frameworks get indexed by Google and other search engines? Is it compulsory to set up pre-rendering, as your SEO consultants suggest? Or are they wrong?
- http://amp.gs/d5nM

#vue
16 DevTools Tips & Tricks Every CSS Developer Needs to Know - http://amp.gs/dQGK

#chrome #devTools
Make Your Angular Form’s Error Messages Magically Appear

In this article, we’re going to learn how to develop a generic method that displays validation errors in Angular’s form. I will walk you through the process and ideas behind the decisions I made along the way. - http://amp.gs/d6zw

#angular
Dependency Injection Made Easy for VueJS and Vuex with TypeScript

Dependency injection (DI) brings many benefits to your code including boilerplate reduction and ease of testing. In this article, you'll learn to implement DI easily in a VueJS project using TypeScript and the Inversify Props library.
- http://amp.gs/d6QG

#vue
The CSS background-image Property as an Anti-Pattern

The author argues that the CSS background-image property “allowed us to do some amazing things, but in most cases, it’s time to leave it behind”. - http://amp.gs/dbgM

#css