Responsive Web And Desktop Development With Flutter
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
Smashing Magazine
Responsive Web And Desktop Development With Flutter — Smashing Magazine
Flutter has already made quite a splash on the mobile development scene. Now it’s taking on bigger devices as well. Here’s what you need to know to be ready to take on the task of developing web and desktop apps using this wonderful cross-platform framework.
Restoring React Reducer State Across Browser Sessions
An online learning platform used io-ts to store useReducer state server-side in order to resume things at a later session. An interesting approach and walkthrough of the other possible solutions even if you don’t need to do this yourself. - http://amp.gs/3RsE
#react
An online learning platform used io-ts to store useReducer state server-side in order to resume things at a later session. An interesting approach and walkthrough of the other possible solutions even if you don’t need to do this yourself. - http://amp.gs/3RsE
#react
Executeprogram
Execute Program
Learn it. Code it. Remember it.
Using CSS to Control Text Selection
Will Boyd outlines some things that can be done with CSS and text selections. - http://amp.gs/3UAb
#css
Will Boyd outlines some things that can be done with CSS and text selections. - http://amp.gs/3UAb
#css
Codersblock
Using CSS to Control Text Selection
CSS lets you control how text selection behaves and appears on your pages. This can help you improve usability in certain situations and add a little bit of...
13 Angular App Optimization Tips for Frontend Developers
How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. - http://amp.gs/3dYt
#angular
How to optimize an Angular app? First, we need to consider how we understand optimization as such. Optimization helps achieve better app performance and easier code maintenance. Optimization is not a checklist or a to-do-list, and there is no universal way to optimize your app. - http://amp.gs/3dYt
#angular
What is the toJSON() Function?
If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead. - http://amp.gs/3dDH
#nodejs
If an object has a toJSON function, JSON.stringify() calls toJSON() and serializes the return value from toJSON() instead. - http://amp.gs/3dDH
#nodejs
The Code Barbarian
What is the `toJSON()` Function in JavaScript?
The `toJSON()` function is a handy hook that tells `JSON.stringify()` how to represent a given object in JSON. Here's what you need to know.
Reinventing Hooks with React Easy State
You know it’s going to be interesting when an article starts: “This article defies a lot of trending patterns, like: React hooks…” This really pushes the React Easy State case hard. - http://amp.gs/3O9q
#react
You know it’s going to be interesting when an article starts: “This article defies a lot of trending patterns, like: React hooks…” This really pushes the React Easy State case hard. - http://amp.gs/3O9q
#react
Controlled Props Pattern
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation. - http://amp.gs/3OoQ
#vue
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation. - http://amp.gs/3OoQ
#vue
Michaelnthiessen
Controlled Props Pattern - Michael Thiessen
There are a few instances where you want to be able to override the internal state of a component and force it open from the parent. The controlled props pattern is designed for exactly this situation.
property
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
Chris Coyier introduces property, a way to declare a custom CSS property. - http://amp.gs/3rgh
#css
CSS-Tricks
@property
The @property is totally new to me, but I see it's headed to Chrome, so I suppose it's good to know about! There is a draft spec and an "intent to ship"
How to Use Material Design in Angular.
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects. - http://amp.gs/3SAv
#angular
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects. - http://amp.gs/3SAv
#angular
Medium
How to Use Material Design in Angular.
In this article we will learn to incorporate ‘Google Material Design’ in Angular projects.
Creating Web Apps via TypeScript and webpack
The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools. - http://amp.gs/3Ne9
#javascript
The example app doesn’t use any front-end framework, just vanilla DOM APIs. Some knowledge of TypeScript, webpack, and npm are required, but this is a neat way to bring together a bunch of tools. - http://amp.gs/3Ne9
#javascript
Animating DOM Changes
Ada Rose Cannon shares some tips on smoothly adding, removing, resizing, and reordering elements. - http://amp.gs/3AYb
#css
Ada Rose Cannon shares some tips on smoothly adding, removing, resizing, and reordering elements. - http://amp.gs/3AYb
#css
Medium
Animating DOM Changes
Smoothly adding, removing, resizing and reordering elements
The 15 coding languages with the highest salaries, and how to learn them online at no cost
A complete list of languages, along with how they compare to the salary of the average developer and how to learn them online at no cost. - http://amp.gs/3sjm
#business
A complete list of languages, along with how they compare to the salary of the average developer and how to learn them online at no cost. - http://amp.gs/3sjm
#business
Business Insider
The 15 coding languages with the highest salaries, and how to learn them online at no cost
Coding is 2020's most in-demand skill. Here's how to learn top-earning languages like C++ and Python from the comfort of your couch.
How Does TypeScript Work? A Bird’s Eye View
Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up. - http://amp.gs/3imj
#typescript
Dr. Axel goes into depth on the structure of a typical TypeScript project, what gets compiled, and how can an IDE be used to write TypeScript. Aimed at people who haven’t yet picked TypeScript up. - http://amp.gs/3imj
#typescript
lazynpm: A Terminal UI for npm
One of those sort of things you don’t realize you need until you give it a go. There’s a four-minute screencast if you want to see how it works without downloading. - http://amp.gs/3Djs
#nodejs
One of those sort of things you don’t realize you need until you give it a go. There’s a four-minute screencast if you want to see how it works without downloading. - http://amp.gs/3Djs
#nodejs
GitHub
GitHub - jesseduffield/lazynpm: terminal UI for npm
terminal UI for npm. Contribute to jesseduffield/lazynpm development by creating an account on GitHub.
Deploy an Angular application on AWS using serverless
A quick starter for a production ready Serverless Angular application on Amazon Web Services. - http://amp.gs/3uT6
#angular
A quick starter for a production ready Serverless Angular application on Amazon Web Services. - http://amp.gs/3uT6
#angular
Medium
Deploy an Angular application on AWS using serverless
A quick starter for a production ready Serverless Angular application on Amazon Web Services
The Algebraic Structure of Functions, Illustrated using React Components
This is one of those “let’s look at something familiar but from a different angle” articles. There’s nothing new here except, perhaps, perspective. - http://amp.gs/3JBR
#react
This is one of those “let’s look at something familiar but from a different angle” articles. There’s nothing new here except, perhaps, perspective. - http://amp.gs/3JBR
#react
James Sinclair
The Algebraic Structure of Functions, illustrated using React components
Did you know there’s an algebraic structure for functions? That may not surprise you at all. But it surprised me when I first found out about it. I knew we used functions to build algebraic structures. It never occurred to me that functions themselves might…
The CSS “content” Property Accepts Alternative Text
Stefan Judis explains how the content property supports a way to define alternative text for generated content. - http://amp.gs/30tb
#css
Stefan Judis explains how the content property supports a way to define alternative text for generated content. - http://amp.gs/30tb
#css
Here’s a List of App Ideas You Can Start Coding Today
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Medium
Here’s a List of App Ideas You Can Start Coding Today
Inspiration to help you sharpen your coding skills