FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Getting Started with Web Push Notifications

Microsoft Edge now supports web push notifications via the Push API and to celebrate the Edge team has put together a superb introduction to the concepts involved. - http://bit.ly/2LU6YUl

#web #pushNotification
How to Build A News App with JavaScript and React Native

For my first post on Dev, and I wanted to share with you how I made a news app with React Native. - http://bit.ly/2LRWAwl

#reactNative
Data-Forge 1.0: A JavaScript Data Wrangling Toolkit

Inspired by Pandas and LINQ, Data-Forge is designed to be a ‘goto tool for slicing and dicing data’. - http://bit.ly/2J7o6s4

#nodejs
How to Build a Real-Time Editable Datagrid

. using react-table and Hamoni Sync, a realtime state synchronization service. - http://bit.ly/2GPNcWd

#react
Loading Vuex Modules Dynamically

If you’re building a Vue component library or plugin, you may need to load a Vuex module dynamically into your store. This article by Alex Jover Morales will show you how. - http://bit.ly/2Jjlsf1

#vuex
Building Reusable React Components

Along with some best practices to follow. - http://bit.ly/2sENxqx

#react
Understanding Environments in VueJS

Vue CLI 3 introduced environment variables and modes, allowing you to customize your build for development, production, and testing. In this post, the author demonstrates how to use environment variables effectively in a new project. - http://bit.ly/2Lj9Fxy

#vue
Build a Basic CRUD App with Vue.js and Node

Learn to scaffold a Vue project, offload authentication to Okta, lock down protected routes, and perform CRUD operations through a REST API server. - http://bit.ly/2MfsKST

#nodejs #vue