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
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
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
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
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
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
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
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
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
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
Mobile Web Video Playback Best Practices
Best practices from Google on creating the best mobile media experiences for the mobile Web. - https://goo.gl/6QBVRa

#video #mobile
Developing and Testing Microservices With Docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu

#microservice #docker