fedevelopment | Technologies

Telegram-канал fedevelopment - FrontEnd Development

21578

Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U

Subscribe to a channel

FrontEnd Development

End-to-End Testing React Applications with TestCafe
Alexander Moskovkin uses TestCafe to test the React TodoMVC application. - https://goo.gl/eRf8WZ

#react #endtoend #tests

Читать полностью…

FrontEnd Development

CodeSandbox: An Online React Playground/Editor
Essentially a mini, online React IDE. A perfect place to experiment and try out ideas. - https://goo.gl/CaGca3

#reactonlineeditor

Читать полностью…

FrontEnd Development

Best Practices for Building a Microservice Architecture
In building out a microservice architecture for Enchant, I wanted to document a set of pragmatic practices that fit well with modern web and cloud technologies. - https://goo.gl/xVG6FI

#microservice

Читать полностью…

FrontEnd Development

React DnD is a set of React higher-order components to help you build complex drag and drop interfaces while keeping your components decoupled. - https://goo.gl/EN96Dc

#react #component #dragdrop

Читать полностью…

FrontEnd Development

JS Regular Expressions in a Post-ES6 World
A look at new regex features introduced in ES6 or later, including the y, u and s flags, named capture groups, and look-behind assertions. - https://goo.gl/g2Qaal

#javascript #regexp

Читать полностью…

FrontEnd Development

Why and How to Deal with Unhandled Promise Rejections
If you use Node 6.6+ you may have seen “Unhandled promise rejections are deprecated” cropping up. What does it mean and why does it matter? - https://goo.gl/D0a0Ok

#nodejs #promise

Читать полностью…

FrontEnd Development

Writing React Native Apps with MobX.
How to write a React Native app with MobX and React Navigation Flow styled-components. - https://goo.gl/pCAoF4

#reactnative #mobx

Читать полностью…

FrontEnd Development

Smoothly Animate Thousands Of Points With HTML5 Canvas And D3
Sometimes in life, you’ve just gotta move thousands of points around on the screen. For hundreds of points, this can be accomplished with D3 through d3-transition on SVG nodes, but this typically becomes too slow when you need to animate more than a thousand points. So how do you do it?...Enter canvas... - https://goo.gl/tfeU1J

#html5 #canvas #d3js

Читать полностью…

FrontEnd Development

Redux without profanity
Welcome to a summary of how we write redux apps at Docker, Inc. aimed to be used as a guide for our projects and the Redux community. - https://goo.gl/OLkMVH

#react #redux

Читать полностью…

FrontEnd Development

Build and Deploy a Node API and React Web App on AWS
A full set of guides and tutorials to setup and deploy a Node, Express and Loopback API and a React Web App to AWS with Docker on ECS. - https://goo.gl/yGtqKW

#nodejs #api #aws

Читать полностью…

FrontEnd Development

Next.js 2.0 Released: Server-Rendered React App Backend
Released just 5 months ago, the first version of Next.js was very popular. 2.0 makes building React-powered backends even easier with pre-fetching and component-based CSS support. - https://goo.gl/C5umTM

#nodejs #nextjs

Читать полностью…

FrontEnd Development

Practical CSS Grid: Adding Grid to An Existing Design.
Eric Meyer looks at the process behind converting existing designs to CSS Grid without breaking non-supporting browsers. - https://goo.gl/Sn9RgX

#css #grid

Читать полностью…

FrontEnd Development

React is Slow, React is Fast.
Optimizing React Apps in Practice — “If you care about performance, it’s fairly easy to make any React application super fast.” Here’s one look at how. - https://goo.gl/IIOrxa

#react #performance

Читать полностью…

FrontEnd Development

Planning A Modern Angular Application
Todd Motto runs through some of the considerations you should review when planning to build an application using Angular (aka Angular 2 and above). - https://goo.gl/lLCnrT

#angular2

Читать полностью…

FrontEnd Development

Retrofit Your Site as a Progressive Web App.
A short, sweet and practical guide showing how to convert an existing site to a simple PWA. - https://goo.gl/eTSALi

#progressiveweb

Читать полностью…

FrontEnd Development

Twitter Lite and High Performance React PWAs at Scale
A look into removing performance bottlenecks, both common and uncommon, in one of the largest React.js PWAs, Twitter Lite. - https://goo.gl/K8ibcO

#react #performance

Читать полностью…

FrontEnd Development

Fetching Data from a Third-Party API with Vue.js and Axios
Learn to build data-driven apps with Vue 2. Olayinka Omole creates a simple client to pull news stories from the New York Times API with the Axios library. - https://goo.gl/O7Z24G

#vue #axios

Читать полностью…

FrontEnd Development

Building an Ionic Image Gallery With Zoom.
How to add an image gallery with zoom capabilities to your Ionic apps. - https://goo.gl/isCOuw

#ionic2

Читать полностью…

FrontEnd Development

Reusable state with higher order components
Higher-order components are a great way to extract repeated state or lifecycle methods. - https://goo.gl/hJZXub

#react #hoc

Читать полностью…

FrontEnd Development

Caporal.js: A Framework for Building Command Line Apps
Out of the box you get help generation, colored output, coercion and casting, typo suggestions, and auto-complete for Bash and Zsh. - https://goo.gl/fDdhrl

#nodejs

Читать полностью…

FrontEnd Development

How I Created My First Android App using Framework7 and Cordova - https://goo.gl/xdmfdx

#framework7 #cordova

Читать полностью…

FrontEnd Development

The Basics of DOM Manipulation without jQuery
A crash course in DOM manipulation with vanilla JavaScript, using functions like querySelectorAll and addEventListener. - https://goo.gl/Os3Vdf

#javascript #vanilla #dom

Читать полностью…

FrontEnd Development

6 Reasons Why Async/Await Blows Promises Away
As of 7.6, Node now supports ES2016’s async and await features. This isn’t a deep dive but shows off some simple examples. - https://goo.gl/uu4iQT

#nodejs

Читать полностью…

FrontEnd Development

Opinionated Comparison of React, Angular2, and Aurelia - https://goo.gl/hWEpPX

#react #angular2 #aurelia

Читать полностью…

FrontEnd Development

React patterns, techniques, tips and tricks - https://goo.gl/uPxwOP

#react

Читать полностью…

FrontEnd Development

How to Design a Large Scale Responsive Site.
An article describing the process of designing one of the first complex responsive sites, a hotel booking engine for Macdonald Hotels. - https://goo.gl/n2By1F

#design #responsive

Читать полностью…

FrontEnd Development

Getting Started with React Navigation, a Navigation Solution for React Native.
A handy visually driven article showing what’s involved in building an app with some common routing needs using React Navigation. - https://goo.gl/OKG8z0

#reactnative

Читать полностью…

FrontEnd Development

End-to-End Testing with Nightwatch.js
Easily write end-to-end acceptance tests that run against a Selenium/WebDriver server. - https://goo.gl/qd9YZQ

#endtoend #tests #nightwatch

Читать полностью…

FrontEnd Development

Front-end-developer-interview-questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore. - https://goo.gl/7PVEuk

#frontend #questions #interview

Читать полностью…

FrontEnd Development

React Router v4 Released: Declarative Routing for React
The final release is now out. - https://goo.gl/8bCxtL

#react #router

Читать полностью…
Subscribe to a channel