React vs. Web Components
In this post, we will cover types of components, libraries provided for styling in React and web components, and their accessibility. (more…)
Read more »React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr… Read more