ProgressiveWebNinja
  • Home
  • Blog
  • Topics
    • React
    • Javascript
    • Svelte

React

React

How to use Render Props in React?

Reusable components are important for building a good application. No one wants to write and maintain repetitive logic. Render Props in React help make your components reusable. To use render props in react, we can go with both functional component and class components. Render props use React props and the Read more…

By Saurabh Dashora, 9 months6th April 2022 ago
React

How to pass Multiple Values in React Context?

React Context API is one of the best ways to share common data between components in a React application. We can easily pass a single value in the React context. But the question remains on how to pass multiple values in React Context? To pass multiple values in React Context, Read more…

By Saurabh Dashora, 10 months24th March 2022 ago
React

Guide to React Context with Functional Component using Hooks

React Context is an important tool when it comes to sharing data between many components in a typical React application. While we can use React Context with Class Components, it is quite evident that more and more developers are moving to functional components. But can you use context with a Read more…

By Saurabh Dashora, 10 months24th March 2022 ago
React

How to use React Context with Class Component?

In a typical React application, we pass data from parent to child components. In other words, we follow a top-down approach. However, such an approach can become problematic for certain data categories such as theme settings, locale info etc. React Context makes it easy to handle passing such data between Read more…

By Saurabh Dashora, 10 months24th March 2022 ago

Posts navigation

1 2 … 4 Next
Recent Posts
  • Authentication using NextJS Iron Session – A Simplified Tutorial
  • How to setup the Kubernetes Replication Controller?
  • How to setup Kubernetes Liveness Probe to handle health checks?
  • Kubernetes Pods vs Containers – Creating a Pod Manifest YAML
  • How to use React Quill with NextJS
Recent Comments
  • Kevin on How to create Vue 3 Carousel using vue3-carousel package
  • Saurabh Dashora on How to create Vue 3 Carousel using vue3-carousel package
  • reem hosny on How to create Vue 3 Carousel using vue3-carousel package
Calendar
January 2023
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Nov    
  • About
  • Blog
  • Contact
  • Home
Hestia | Developed by ThemeIsle