Generic Vue Template Interpolation Language Features
Vetur 0.19.0 makes it possible to use TypeScript and Vue together and get more benefit from both these tools. Vetur author Pine Wu explains recent changes and the direction of the Vetur project.
- http://amp.gs/UuME
#vue
Vetur 0.19.0 makes it possible to use TypeScript and Vue together and get more benefit from both these tools. Vetur author Pine Wu explains recent changes and the direction of the Vetur project.
- http://amp.gs/UuME
#vue
Easy Automatic npm Publishes
npm and Node powerhouse Isaac Z. Schlueter says he hasn’t “manually typed npm publish in a while” and explains how he’s semi-automated his npm publishing process. - http://amp.gs/UJoM
#nodejs
npm and Node powerhouse Isaac Z. Schlueter says he hasn’t “manually typed npm publish in a while” and explains how he’s semi-automated his npm publishing process. - http://amp.gs/UJoM
#nodejs
blog.npmjs.org
npm Blog Archive: Easy Automatic npm Publishes
npm Blog (Archive); updates from the npm team are now published on the GitHub Blog and the GitHub Changelog
A plan for version 8.0 and Ivy
“When will Ivy be ready?” is a question we get asked every week. Here’s an update on how things are going with version 8.0, and our plans… - http://amp.gs/UKIa
#angular
“When will Ivy be ready?” is a question we get asked every week. Here’s an update on how things are going with version 8.0, and our plans… - http://amp.gs/UKIa
#angular
Angular Blog
A plan for version 8.0 and Ivy
“When will Ivy be ready?” is a question we get asked every week. Here’s an update on how things are going with version 8.0, and our plans…
Structuring Vuex Modules for Relationships, Speed and Flexibility
An effective way of using Vuex modules is to represent your data with records or models. The author of this article benchmarked several Vuex model solutions but found them slow. Here he explains an effective vanilla approach that you can implement yourself. - http://amp.gs/U3nD
#vuex
An effective way of using Vuex modules is to represent your data with records or models. The author of this article benchmarked several Vuex model solutions but found them slow. Here he explains an effective vanilla approach that you can implement yourself. - http://amp.gs/U3nD
#vuex
Medium
Structuring Vuex Modules for Relationships, Speed and Flexibility
You can use Vuex modules in many ways, primarily representing single or multiple records. When using the latter it can add a lot of…
An Explanation of 'Concurrent Mode'
Concurrent Mode will let apps be more responsive by rendering component trees without blocking the main thread. - http://amp.gs/UHlL
#react
Concurrent Mode will let apps be more responsive by rendering component trees without blocking the main thread. - http://amp.gs/UHlL
#react
threader.app
A thread written by @dan_abramov
Is Concurrent Mode just a workaround for “virtual DOM diffing” overhead? Some people got that impression. Let me clarify why we’re working on it. (Thread)
Stop Using So Many Divs! An Intro to Semantic HTML
Ken Bellows on the importance of semantic markup.
- http://amp.gs/U2vs
#css
Ken Bellows on the importance of semantic markup.
- http://amp.gs/U2vs
#css
DEV Community
Stop using so many divs! An intro to semantic HTML
Sure, divs are great and all, but they give no information about their purpose within the document structure. HTML5 has been around for a while now, and there are better options.
Apollo state management in Vue application
Why do we need Apollo local state management? - http://amp.gs/UwDm
#vue #apollo #graphql
Why do we need Apollo local state management? - http://amp.gs/UwDm
#vue #apollo #graphql
DEV Community
Apollo state management in Vue application
This article assumes you already know what GraphQL and Apollo client are and you...
A Curated Compilation of Node Best Practices
We haven’t linked this for a while, but this curated collection of Node best practices continues to grow and be of value. It covers topics from error handling to memory use and, most recently, how to avoid publishing secrets to the npm registry. - http://amp.gs/UFRt
#nodejs
We haven’t linked this for a while, but this curated collection of Node best practices continues to grow and be of value. It covers topics from error handling to memory use and, most recently, how to avoid publishing secrets to the npm registry. - http://amp.gs/UFRt
#nodejs
GitHub
GitHub - goldbergyoni/nodebestpractices: The Node.js best practices list (March 2022)
:white_check_mark: The Node.js best practices list (March 2022) - GitHub - goldbergyoni/nodebestpractices: The Node.js best practices list (March 2022)
Introducing CLI Builders
In this blog post, we’re going to look at a new API in Angular CLI, which allows you to add CLI features and augment existing ones. We’ll… - http://amp.gs/UXdN
#angular
In this blog post, we’re going to look at a new API in Angular CLI, which allows you to add CLI features and augment existing ones. We’ll… - http://amp.gs/UXdN
#angular
Angular Blog
Introducing CLI Builders
In this blog post, we’re going to look at a new API in Angular CLI, which allows you to add CLI features and augment existing ones. We’ll…
Building a Pure CSS Animated SVG Spinner
Glenn McComb shows how to level up your loading indicators with a pure-CSS animated SVG loader. - http://amp.gs/ULso
#css
Glenn McComb shows how to level up your loading indicators with a pure-CSS animated SVG loader. - http://amp.gs/ULso
#css
Glennmccomb
Building a pure CSS animated SVG spinner
In this article I’ll show you how to level up your loading indicators with a pure-CSS animated SVG loader inspired by Google’s Chrome and YouTube spinner.
What are we making? A...
What are we making? A...
Build a Task Management App Using Vue.js and a Node.js Backend
This full-stack tutorial will guide you through creating a task management app with features to create, move, and update tasks. - http://amp.gs/UW4W
#vue #nodejs
This full-stack tutorial will guide you through creating a task management app with features to create, move, and update tasks. - http://amp.gs/UW4W
#vue #nodejs
Jscrambler
Blog | Jscrambler
Stay updated with the latest content from Jscrambler about app security, web development trends, and best practices in JavaScript, HTML5, among others.
How to useReducer in React?
You’ll want to know what a reducer is first, but assuming you do, this is a short, sweet and practical example of how the useReducer hook can bring reducers and React together for handling complex state transitions - http://amp.gs/UaSR
#react
You’ll want to know what a reducer is first, but assuming you do, this is a short, sweet and practical example of how the useReducer hook can bring reducers and React together for handling complex state transitions - http://amp.gs/UaSR
#react
www.robinwieruch.de
How to useReducer in React
A tutorial about React's useReducer hook by example for state management in React function components. It uses a reducer function to map action types to state transitions ...
Working with Google Sheets from Node.js
A really well put together video that I found genuinely useful because even figuring out the auth stuff around connecting to Google services is difficult enough in my experience - https://www.youtube.com/watch?v=UGN6EUi4Yio
#nodejs #video
A really well put together video that I found genuinely useful because even figuring out the auth stuff around connecting to Google services is difficult enough in my experience - https://www.youtube.com/watch?v=UGN6EUi4Yio
#nodejs #video
YouTube
Google Sheets and JavaScript with Node.js
If you’d like to use the data in your Google Sheets projects from your Node applications, this is the guide for you.
We’ll use the google-spreadsheet module (https://www.npmjs.com/package/google-spreadsheet) by Theo Ephraim (https://twitter.com/theozero)…
We’ll use the google-spreadsheet module (https://www.npmjs.com/package/google-spreadsheet) by Theo Ephraim (https://twitter.com/theozero)…
Digging Into The Display Property: Box Generation
Rachel Andrew takes a look at the display values which control box generation. - http://amp.gs/UMAi
#css
Rachel Andrew takes a look at the display values which control box generation. - http://amp.gs/UMAi
#css
Smashing Magazine
Digging Into The Display Property: Box Generation — Smashing Magazine
Continuing a series on the `display` property in CSS, this time Rachel Andrew takes a look at the values which control box generation, for those times when you don’t want to generate a box at all.
How to Build and Integrate a Serverless React App with Crowdbotics and AWS Amplify
A pretty extensive tutorial that focuses on using Crowdbotics’ tools and platform. - http://amp.gs/U5hx
#react #aws
A pretty extensive tutorial that focuses on using Crowdbotics’ tools and platform. - http://amp.gs/U5hx
#react #aws
Medium
How to quickly build and integrate a serverless React application with Crowdbotics and AWS Amplify
Building a serverless React app with GraphQL API, AWS Amplify a and Crowdbotics
New Features in Node 12 You Shouldn't Miss
We covered the release of Node 12 last week, but this post reflects on some of the new features. - http://amp.gs/U52V
#nodejs
We covered the release of Node 12 last week, but this post reflects on some of the new features. - http://amp.gs/U52V
#nodejs
RisingStack Engineering
Node.js v12 - New Features You Shouldn't Miss - RisingStack Engineering
This is a deep-dive article on the changes from Node.js v12 we consider essential to highlight!
Understanding Mixins in Vue JS
A useful introduction to Mixins in Vue, why they are important and how to use them in your workflow. - http://amp.gs/UQnc
#vue
A useful introduction to Mixins in Vue, why they are important and how to use them in your workflow. - http://amp.gs/UQnc
#vue
Bits and Pieces
Understanding Mixins in Vue JS
A useful introduction to Mixins in Vue, why they are important and how to use them in your workflow.
Breaking to a New Row With Flexbox
Tobias Bjerrome Ahlin shows how you can break to a new flexbox row or column without setting the size of an item, by adding a collapsed element between two flex items. - http://amp.gs/Uc8o
#css
Tobias Bjerrome Ahlin shows how you can break to a new flexbox row or column without setting the size of an item, by adding a collapsed element between two flex items. - http://amp.gs/Uc8o
#css
Tobiasahlin
Breaking to a new row with flexbox
You can break to a new flexbox row or column without setting the size of an item: add a collapsed flex item between two flex items
5 Things You Didn’t Know About React DevTools
You can theme them, you can debug performance using its profiler, you can dig into source, use ‘secret’ React APIs, and more. - http://amp.gs/UcXm
#react #devtools
You can theme them, you can debug performance using its profiler, you can dig into source, use ‘secret’ React APIs, and more. - http://amp.gs/UcXm
#react #devtools
LogRocket
5 things you didn’t know about React DevTools
The React DevTools is under active development, and new features are added all of the time. We can help you stay up to date.