React

React is a JavaScript library for building interactive user interfaces for the web. React's open source library allows you to build components to manage application state and build robust front-end UIs.

Complete Guide to Webpack Configuration for React

Webpack is a powerful bundling tool for your front-end applications. Many libraries such as React and Vue rely on Webpack to bundle their development and production builds. Although there are project starters such as Create React App, these starter projects do a lot of Webpack configuration for you, leaving you in the dark about your Webpack configuration. This tutorial walks through how to configure Webpack bundle for your React application.

Understanding React Context API

React is a JavaScript library for building interactive user interfaces for the web. React’s open source library allows you to build components to manage application state and build robust front-end UIs. It is a great platform for creating high-speed, secure websites. For developers new to the React framework the Context API can seem somewhat daunting. We’ve tried to flatten the learning curve by shining some light on this relatively new pattern for sharing state across components.

Vue Composition API vs React Hooks Quick Comparison

Today we’ll be comparing two relatively new concepts in Vue and React. Vue recently released the Vue Composition API RFC which is an additive API that changes the setup of Vue components to make use of reactivity in Vue and to help developers organize their components by logical concern to avoid bloated components. Since React […]

Webpack Configuration for React and TailwindCSS

When it comes to utility first css libraries, tailwindcss is one of the front runners in css frameworks. Tailwind is summed up nicely in a couple sentences: Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles […]