Watch Out for Undefined State.
This tutorial aims to give you some tips on how you can avoid an undefined state in your component working with async calls [continue]
You can discover articles, tutorials, libraries, talks, courses, tools and books.
This tutorial aims to give you some tips on how you can avoid an undefined state in your component working with async calls [continue]
Just because a framework is currently popular, fun to work with, or used by Facebook, doesn't necessarily make for a bullet-proof justification to the higher-ups why it's the best choice for their next project. This article will point out some good reasons tha could help you to justify React to business. [continue]
React provides two standard ways to grab values from <form> elements. The first method is to implement what are called controlled components and the second is to use React's ref property. The article will show you how to work with inputs, text areas, checkboxes and radio sets by using refs. [continue]
React PropTypes are a good way to help you catching bugs by validating data types of values passed through props. They also offer possibilities to flag props as mandatory or set default values. They provide a great benefit with little effort. [continue]
React basically gives developers the ability to work with a virtual browser that is more friendly than the real browser and enables developers to declaratively describe their User Interfaces and model the state of those interfaces. There are no barriers to entry. A JavaScript developer can become a productive [continue]
As a developer you would like to tap into a component's lifecycle and get notified when that component is going through various lifecycle phases. This will allow you to control how your application looks and behaves at any given point in time. In this tutorial we're going to build a simple React application [continue]
Long time I was searching for a good front-end framework. Framework that will help me write scalable and easy to maintain UI. Even though React is just a library for rendering it comes with so many benefits that I can easily say 'I found it'. And like every thing that I use a lot I started seeing some [continue]
It's a JavaScript library by Facebook. It helps in building very attractive and interactive user interfaces. It offers great performance and is extremely easy to use for programmers. Today, New York Times, Slack, Pixnet and other 100,000+ such well-known sites with heavy traffic use this library. Yes, [continue]
If you're a coding bootcamp grad or really any developer looking to double-down on front-end skills, it can make a lot of sense to learn React. Here are 13 reasons why React.js is here to stay, why it’s taking the industry by storm, and why it makes sense to learn if you graduated from a coding bootcamp [continue]