Dmitry Nozhenko5 Ways to animate a React app in 2019.Animation in React app is a popular topic and there are many ways to create different types of animations.Many developers create…Jan 28, 201931Jan 28, 201931
Craig TaubApollo vs Redux — rendering with dataApollo and Redux are 2 popular libraries used with React. They are included for various reasons, but mainly for: 1. Managing a store 2…Apr 29, 2019Apr 29, 2019
Rohov DmytroHow To Add Draft Posts To A Gatsby BlogI need to exclude specific posts from displaying in production in my blog build with Gatsby and mark them as drafts during development. I…May 26, 2019May 26, 2019
Jacob KnaackBuilding and Designing a Portfolio Site Using Gatsby JS and Cosmic JSCreating / updating our portfolios is a necessary evil these days. Places change, people change, and thus the cycle of content creation…May 15, 2019May 15, 2019
Nick ScialliAvoiding Race Conditions when Fetching Data with React HooksAbout a month ago, I posted an example of fetching data using React Hooks to Twitter. While it was well-intended, Dan Abromov (of the…Apr 15, 20199Apr 15, 20199
Krissanawat KaewsanmuangEmail Authentication with React native and FirebaseThere are various ways to authenticate a user might be by using Facebook, Google, Twitter, LinkedIn & Email etc. But Email authentication…Apr 11, 20191Apr 11, 20191
ChrisReact Form Validation with Formik and YupBetter forms with less boilerplate codeMar 15, 20198Mar 15, 20198
Revanth KumarWhy React Hooks? A developer’s perspective.Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. — React DocsMar 11, 2019Mar 11, 2019
Adrian LiCreate React App is Way Too BloatedWhen Create React App first launched in July of 2016, it was considered the best way for beginners to get started with React.Feb 26, 201925Feb 26, 201925