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
The JavaScript Way: A Modern JavaScript Tutorial
An in-progress/beta stage book that aims to teach JavaScript from a hands-on, modern 2017 standpoint, organized around building a Hacker News-style site. - https://goo.gl/AF8dpD

#javascript #tutorial
'We Jumped the Gun Moving React Components to ES2015 Class Syntax'
Netflix found decreased maintainability and little benefit in using ES2015 class syntax for React components. -
https://goo.gl/zUPWi2

#react
How to Detect If Your Native App Is Installed From Your Site
Chrome 59 introduced a new API allows you to determine if your native app is installed on a device. - https://goo.gl/F6THq2

#mobile
Updates to Media Playback in Chrome 61
On Android, when a video is playing, rotating the device will automatically put it fullscreen - https://goo.gl/Z3NXnC

#chrome #media
Determine Network Availability in a 'NativeScript with Angular' Mobile App
Learn how to check network connectivity, or in other terms, check for an internet connection in Android and iOS, using NativeScript and Angular. - https://goo.gl/juFxYi

#nativeScript #mobile
Sharing Stateful UI Logic with Render Callback Components
Examples of abstracting shared logic across components using the ‘Render Callback’ pattern. - https://goo.gl/EeS2nJ

#react
Shoelace.css: A Pure CSS Alternative to Bootstrap
A back to basics CSS starter kit “for when you don’t need the whole boot”. - https://goo.gl/hibpW9

#css
Introducing Mongoose to Your Node.js and Restify API
Guiding you through the steps needed to modify your API by introducing Mongoose. - https://goo.gl/9MaQBY

#nodejs #mongoose #part2
What's So Hard About Histograms?
Histograms are a way to summarize a numeric variable. They use counts to aggregate similar values together and show you the overall distribution. However, they can be sensitive to parameter choices! We're going to take you step by step through the considerations with lots of data visualizations... - https://goo.gl/WzjYvk

#d3js
WTFJS? A List of Funny and Tricky Code Examples
Around 40 examples of ‘quirky’ JavaScript code with unexpected results or outcomes. Mostly interesting to learn about odd edge cases. -
https://goo.gl/9dm8uG

#javascript
Next.js 3.0: The Universal React App Toolchain
The stable release of Next.js v3.0 arrived this week, bringing with it dynamic import support, static export support, code splitting and more. - https://goo.gl/W4fJKr

#react #next