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, 1 year6th 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, 1 year24th 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, 1 year24th 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, 1 year24th March 2022 ago

Posts navigation

1 2 … 4 Next
Recent Posts
  • JavaScript Loading Decoded: async vs defer – Which one should you choose?
  • Authentication using NextJS Iron Session – A Simplified Tutorial
  • How to use React Quill with NextJS
  • NextJS GET API Routes with Server-Side Pre-Rendering
  • How to use the NextJS DocumentJS for custom HTML?
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
May 2023
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  
« Jan    
  • About
  • Blog
  • Contact
  • Home
Hestia | Developed by ThemeIsle