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
Next.js 9 Released: The Popular Server-Side React Framework

9.0 introduces a lot of features like zero-config TypeScript support and ‘API routes’, a new way to build back-end APIs. - http://amp.gs/rb9u

#nextjs
How To Build a Minesweeper Game with JavaScript

I love fun tutorials like this. It’s not perfect JavaScript, it uses jQuery, and you might pick other holes in it, but you’ll learn something, have fun, and it works! - http://amp.gs/SISE

#javascript #game #minesweeper
How to Dynamically Generate Social/OpenGraph Images Serverlessly

If you paste certain URLs into social tools like Twitter or Slack, you’ll see a neat social sharing image appear. These can be created manually, but what if you want to dynamically generate them? Here’s how to do that with Node and ZEIT Now. - http://amp.gs/SjRJ

#nodejs
Color Inputs: A Deep Dive into Cross-Browser Differences

Ana Tudor looks at the structure inside <input type=’color’> elements, browser inconsistencies, why they look a certain way in a certain browser, and how to dig into it. - http://amp.gs/STKX

#css
Working With Functional Vue.js Components

Learn how to pass classes, attributes and event listerners to functional Vue.js components. - http://amp.gs/SzsC

#vue
swagger-routes-express: Connect Express Route Controllers to RESTful Paths using a Swagger Definition File

For Swagger or OpenAPI users. Here’s a tutorial on how to use it. - http://amp.gs/Spzy

#nodejs
Tabulator: An Interactive Table and Data Grid Library

It’s not React-specific but works alongside it. Here are the basic instructions along with code examples. - http://amp.gs/SpPA

#javascript #component
Vue.js Advanced Reactivity API and Caching Method-style Getters

Why and how to cache method-style getter invocations, though the principles would also apply to method-style computed properties. - http://amp.gs/Sp5c

#vue
Avoid Placeholder Text by Animating Form Labels

Christopher Schmitt shows how to provide an effect similar to placeholder text — without limiting or locking out people with disabilities. - http://amp.gs/SB8u

#css
Debug the DOM in VS Code using Elements for Microsoft Edge

A look at a new Visual Studio Code extension, Elements for Microsoft Edge, that lets you inspect and debug the DOM directly from within VS Code and see the impact of changes to the page in real time. - http://amp.gs/SBce

#vscode
Google Explains the JavaScript SEO Basics

Did you know that when Googlebot is crawling the Web, it runs a version of Chromium behind the scenes and actually runs your JavaScript? This means there are some things to be aware of. - http://amp.gs/SnV5

#seo #google #javascript
Position Sticky and Table Headers

It’s a little known (CSS) trick(s) but you can use position sticky against the <th> element in a table which can be incredibly helpful. - http://amp.gs/SGuf

#css
Creating Smooth Animations with React and Framer Motion

Last week we featured Framer Motion, an open source successor to Pose for building high quality animations in React apps. Here are basic examples on how to use it. - http://amp.gs/Sxmo

#react