React Navigation 5: Unit Testing Components
Have you encountered the “couldn’t find a navigation object” message when testing components with the useNavigation hook? Here are three solutions to dealing with it. - http://amp.gs/chYC
#react
Have you encountered the “couldn’t find a navigation object” message when testing components with the useNavigation hook? Here are three solutions to dealing with it. - http://amp.gs/chYC
#react
Atomic Spin
React Navigation 5: Unit Testing Components
Testing components that use the "useNavigation" hook can be complicated. Here are a few options to make testing these components easier.
You Should be Using Vue Class Component
If you're an Angular developer using Vue, you're probably missing the class-style syntax. Something similar can be achieved with Vue Class Component. - http://amp.gs/cv8u
#vue
If you're an Angular developer using Vue, you're probably missing the class-style syntax. Something similar can be achieved with Vue Class Component. - http://amp.gs/cv8u
#vue
DEV Community
You should be using Vue Class Component
Intro For those who, like me, arrived at Vue from Angular, probably miss some aspects and...
Digging Into CSS Logical Properties
Ahmad Shadeed gives an excellent introduction to CSS logical properties. - http://amp.gs/cvcF
#css
Ahmad Shadeed gives an excellent introduction to CSS logical properties. - http://amp.gs/cvcF
#css
Ishadeed
Digging Into CSS Logical Properties
How to use CSS logical properties to build multi-directional web layouts
The Complete Guide to Angular Security
Goes through the OWASP top 10 security threats and relates them to Angular development. - http://amp.gs/cg2i
#angular
Goes through the OWASP top 10 security threats and relates them to Angular development. - http://amp.gs/cg2i
#angular
Christian Lüdemann
The Complete Guide to Angular Security
Many frontend developers might see security as a non-functional concern, that is handled by the security department and that they instead should just focus on feature development. The reality is th…
The Complete Guide to Front-end Developer Interviews
Interviews are hard, especially technical interviews where you’re expected to think, solve, and analyze all while the interviewer stares at you. But what people don’t realize is that being interviewed is basically just another skill, and skills can be honed with the right information and practice. - http://amp.gs/cE2Z
#frontend #interview
Interviews are hard, especially technical interviews where you’re expected to think, solve, and analyze all while the interviewer stares at you. But what people don’t realize is that being interviewed is basically just another skill, and skills can be honed with the right information and practice. - http://amp.gs/cE2Z
#frontend #interview
Medium
The Complete Guide to Front-end Developer Interviews
Interviews are hard, especially technical interviews where you’re expected to think, solve, and analyze all while the interviewer stares…
Building a Discord Bot Using Discord.js
Node is ideal for building chat bots and here’s a complete walkthrough of using the Discord.js library to do this on the Discord chat system to create a joke posting bot. - http://amp.gs/cVJr
#nodej
Node is ideal for building chat bots and here’s a complete walkthrough of using the Discord.js library to do this on the Discord chat system to create a joke posting bot. - http://amp.gs/cVJr
#nodej
Top 3 GraphQL Resources for Vue.js Developers in 2021
GraphQL is seeing greater adoption in the developer space because of features that make it suitable for building modern applications. Here are a few of the best resources for Vue.js developers using GraphQL. - http://amp.gs/c9At
#vue
GraphQL is seeing greater adoption in the developer space because of features that make it suitable for building modern applications. Here are a few of the best resources for Vue.js developers using GraphQL. - http://amp.gs/c9At
#vue
Low-Level Charts in React
A concise tutorial on using Airbnb’s powerful Visx data visualization library released in the fall of last year. - http://amp.gs/c4se
#react
A concise tutorial on using Airbnb’s powerful Visx data visualization library released in the fall of last year. - http://amp.gs/c4se
#react
OpenReplay Blog
Low-Level Charts in React
What do you usually do when your project requires something more than casually using chart libraries? That's when a low level visualization library comes in handy.
Building the Netflix UI with Ionic
A great way to learn how to build more complex UIs is to copy/reimplement ones you’re already familiar with. - http://amp.gs/cRAq
#ionic #netflix
A great way to learn how to build more complex UIs is to copy/reimplement ones you’re already familiar with. - http://amp.gs/cRAq
#ionic #netflix
Devdactic - Ionic Tutorials
Building the Netflix UI with Ionic | Devdactic - Ionic Tutorials
Building a complex UI with Ionic is not always easy, but can be learned by going through practical examples like we do today with the Netflix UI with Ionic! View Demo You like to see popular apps built with Ionic? Check out my latest eBook Built with Ionic…
CSS Auditing Tools
Iris Lješnjanin highlights some useful tools for auditing CSS. - http://amp.gs/cU9t
#css
Iris Lješnjanin highlights some useful tools for auditing CSS. - http://amp.gs/cU9t
#css
Smashing Magazine
CSS Auditing Tools — Smashing Magazine
A complete guide to CSS auditing tools for debugging and refactoring your CSS. Tools to discover CSS specificity issues, duplicated and invalid selectors and improve your CSS architecture.
👏1
Advanced Router Configuration In Angular
All of us use Routing as part of one or the other application to allow the user to navigate from one page to another via routes. Angular comes with a default solution known as RouterModule for implementing Routing in the application. - http://amp.gs/cd9S
#angular
All of us use Routing as part of one or the other application to allow the user to navigate from one page to another via routes. Angular comes with a default solution known as RouterModule for implementing Routing in the application. - http://amp.gs/cd9S
#angular
Medium
Advanced Router Configuration In Angular
Advanced configuration properties for Angular Router
Modeling UI States in a React Form Component Using a Finite State Machine
We covered finite state machines a couple of issues back and felt this article was a natural follow up article: it illustrates the FSM concept scaled up to address some of the requirements of OkCupid’s 50 million users. - http://amp.gs/cdHY
#react
We covered finite state machines a couple of issues back and felt this article was a natural follow up article: it illustrates the FSM concept scaled up to address some of the requirements of OkCupid’s 50 million users. - http://amp.gs/cdHY
#react
State of Vue.js 2021
The State of Vue 2021 report is here! See how developers and international companies are using Vue and how this JavaScript framework compares to others. - http://amp.gs/cOyq
#vue
The State of Vue 2021 report is here! See how developers and international companies are using Vue and how this JavaScript framework compares to others. - http://amp.gs/cOyq
#vue
Monterail
State of Vue 2021 report
State of Vue 2021 report is here! See how developers and international companies are using Vue and how this JavaScript framework compares to others.
Form Validation with React Hooks without a Library: The Complete Guide
While a library like Formik can save some development time, they can also paper over an understanding of what’s actually happening when validating forms. - http://amp.gs/cSnR
#react
While a library like Formik can save some development time, they can also paper over an understanding of what’s actually happening when validating forms. - http://amp.gs/cSnR
#react
Felixgerschau
Form validation with React Hooks WITHOUT a library: The Complete Guide
In this article, I walk you through the process of creating a hook that you can use for managing forms without the use of a library.
Flutter 2 Is Here: All You Need to Know After Flutter
Engage — Highlights from the Flutter Engage event. A good round-up of the key points. - http://amp.gs/cNI3
#flutter
Engage — Highlights from the Flutter Engage event. A good round-up of the key points. - http://amp.gs/cNI3
#flutter
Medium
Flutter 2 Is Here: All You Need to Know After Flutter Engage.
written by Mateusz Wojtczak, Jakub Wojtczak, Robert Odrowąż-Sypniewski and Łukasz Kosman from LeanCode.
Dealing With Permissions in Angular and NgRx
While your system grows and grows, it’s almost certain it will eventually reach a state where some sort of permission or role management is needed. This can be modeled in many different ways, having different default user roles that have different purposes, or even more granular approaches, where each feature has different access levels and every user has individual permissions in your system. - http://amp.gs/cNgO
#angular
While your system grows and grows, it’s almost certain it will eventually reach a state where some sort of permission or role management is needed. This can be modeled in many different ways, having different default user roles that have different purposes, or even more granular approaches, where each feature has different access levels and every user has individual permissions in your system. - http://amp.gs/cNgO
#angular
Medium
Dealing With Permissions in Angular and NgRx
A base guide to permission and role handling for routes and components with Angular and NgRx
HTML DOM Guide for Everyone
When you open a webpage, the parser of the browser starts immediately to process the underlying HTML-File. The content of the file is going to be converted into a tree structure, consisting of various nodes, such as element, attribute, and text nodes. - http://amp.gs/cNoU
#html
When you open a webpage, the parser of the browser starts immediately to process the underlying HTML-File. The content of the file is going to be converted into a tree structure, consisting of various nodes, such as element, attribute, and text nodes. - http://amp.gs/cNoU
#html
Medium
HTML DOM Guide for Everyone
Everything you must know about the DOM in HTML 5
👍1
Five DRY Principles to Follow in React
Yes, the DRY (don’t repeat yourself) principle applies to React projects, too. These prescriptive recommendations will help you take the redundancies out of your code (or prevent them in the first place). - http://amp.gs/cAVb
#react
Yes, the DRY (don’t repeat yourself) principle applies to React projects, too. These prescriptive recommendations will help you take the redundancies out of your code (or prevent them in the first place). - http://amp.gs/cAVb
#react
Medium
5 DRY Principles To Follow In React
5 Useful Techniques You Can Use Today!