Skip to main content

Posts

Showing posts from July 5, 2021

react-struggles.html

REACT-TIPS React Tips Replace Redux with React Query As our application gets larger it becomes harder to manage state across our components, we may reach for a state management library like Redux. If our application relies on data that we get from an API, we often use Redux to fetch that server state and then update our application state. This can be a challenging process; not only do you have to fetch data, but you also need to handle the different states, depending on whether you have the data or are in a loading or error state. Instead of using Redux to manage data you get from a server, use a library like React Query. React Query not only gives you greater control over making HTTP requests in your React apps through helpful hooks and the ability to easily refetch data, but it also enables us to seamlessly manage state across our app components, often without having to manually update state ourselves. Here’s how you set up React Query in your index.js f

It's called network and protocal

520fb5bf-17e1-4362-86a1-b311323d7159 Introduction A basic understanding of networking is important for anyone managing a server. Not only is it essential for getting your services online and running smoothly, it also gives you the insight to diagnose problems. This document will provide a basic overview of some common networking concepts. We will discuss basic terminology, common protocols, and the responsibilities and characteristics of the different layers of networking. This guide is operating system agnostic, but should be very helpful when implementing features and services that utilize networking on your server. Networking Glossary Before we begin discussing networking with any depth, we must define some common terms that you will see throughout this guide, and in other guides and documentation regarding networking. These terms will be expanded upon in the appropriate sections that follow: Connection : In networking, a connection refers to pieces of

Website Checklist

Quick Web Developers Website Checklist & A List Of Tools For Improvement Quick Web Developers Website Checklist & A List Of Tools For Improvement A set of questions you should use before handing off your application to the client. Quick Web Developers Website Checklist & A List Of Tools For Improvement A set of questions you should use before handing off your application to the client. First off… download this developer checklist extension for chrome that literally evaluates the checkpoints on any webpage you activate it on.. it also provides advice and html validati