Category: Web Design
How To Create A Custom React Hook To Fetch And Cache Data How To Create A Custom React Hook To Fetch And Cache Data Ademola Adegbuyi 2020-07-13T09:00:00+00:00 2020-07-13T12:35:19+00:00 If you are a newbie to React Hooks, you can start by checking the official documentation to get a grasp of it. After that, I’d recommend reading…
A Book Release For Click! And A Chance To Rethink Our Routines A Book Release For Click! And A Chance To Rethink Our Routines Ari Stiles 2020-07-10T10:30:00+00:00 2020-07-10T12:06:32+00:00 Paul Boag has written three books in the Smashing Library, and Click! How to Encourage Clicks Without Shady Tricks is just the most recent one. Paul wrote…
CSS Transitions In Vuejs And Nuxtjs CSS Transitions In Vuejs And Nuxtjs Timi Omoyeni 2020-07-10T09:00:00+00:00 2020-07-10T12:06:32+00:00 Transitions are a module of CSS that lets you create gradual transitions between the values of specific CSS properties. The behavior of these transitions can be controlled by specifying their timing function, duration, and other attributes. Using these transitions…
Removing Panic From E-Commerce Shipping And Inventory Alerts Removing Panic From E-Commerce Shipping And Inventory Alerts Suzanne Scacca 2020-07-09T11:00:00+00:00 2020-07-09T12:34:19+00:00 When it comes to displaying shipping and inventory alerts on an e-commerce website, you have to be very careful about inciting panic in your shoppers. “Item is out of stock.” “Expect shipping delays.” “Page does…
Creating Tiny Desktop Apps With Tauri And Vue.js Creating Tiny Desktop Apps With Tauri And Vue.js Kelvin Omereshone 2020-07-08T11:00:00+00:00 2020-07-08T12:34:09+00:00 Technology makes our lives better, not just users, but also creators (developers and designers). In this article, I’ll introduce you to Tauri. This article will be useful to you if: you have been building applications…
CSS News July 2020 CSS News July 2020 Rachel Andrew 2020-07-07T10:30:00+00:00 2020-07-07T12:33:54+00:00 Things move a lot faster than they used to in terms of the implementation of Web Platform features, and this post is a round-up of news about CSS features that are making their way into the platform. If you are the sort of…
Understanding Plugin Development In Gatsby Understanding Plugin Development In Gatsby Aleem Isiaka 2020-07-06T14:30:00+00:00 2020-07-07T12:33:54+00:00 Gatsby is a React-based static-site generator that has overhauled how websites and blogs are created. It supports the use of plugins to create custom functionality that is not available in the standard installation. In this post, I will introduce Gatsby plugins,…
How To Test Your React Apps With The React Testing Library How To Test Your React Apps With The React Testing Library Chidi Orji 2020-07-03T12:30:00+00:00 2020-07-04T12:34:56+00:00 Today, we’ll briefly discuss why it’s important to write automated tests for any software project, and shed light on some of the common types of automated testing. We’ll build…
Differences Between Static Generated Sites And Server-Side Rendered Apps Differences Between Static Generated Sites And Server-Side Rendered Apps Timi Omoyeni 2020-07-02T12:00:00+00:00 2020-07-02T12:34:00+00:00 JavaScript currently has three types of applications that you can build with: Single Page Applications (SPAs), pre-rendering/static generated sites and server-side rendered applications. SPAs come with many challenges, one of which is Search…
Information And Information Architecture: The BIG Picture Information And Information Architecture: The BIG Picture Carrie Webster 2020-07-01T12:30:00+00:00 2020-07-02T12:34:00+00:00 We are living in a world exploding with information, but how do we find what is relevant to us at the time that we need it? I believe that good information architecture is key to helping us…