Tag: React JS

React JS: Conditional Rendering using Ternary Operator

In React JS programming we can easily render the UI components based on some conditions. Ternary operation is very useful for such conditional rendering.... Read more »

Redux Toolkit – Easily use REDUX State Management in React App

Redux is an amazing state management tool that is used with React Applications. Redux Toolkit is used for writing the Redux logic in our... Read more »

Banner Slider for React App – Material UI Carousal

Sliding banners are very commonly seen on most websites. We may also have the requirement of implementing the sliders on the homepage or other... Read more »

React Component With Props – Sample Code

React App can be made more modular using the components. Repetitive parts of the app can be extracted into a new component. This component... Read more »

React App Components Basic Example Code

Components are important feature of the React App, it helps greatly in saving code line. We can created features as components, so it can... Read more »