AuthorAshwini Gupta

State Management Lifecycle in React

S

What is State? To make React Component Classes dynamic State is used.  The state of a component is an object which holds information which may change the lifetime of the component. State v Props Once Props are set they can’t be changed so Props are immutable  The state can hold data that may change over time so the state is observableProps can be used in  function or class componentsThe state is...

How Are Functional Components Different From Classes?

H

React Components The react components are independent and reusable bits of code. The react components serve the same purpose as JavaScript functions, but work in isolation and return HTML via a render () function. A component is combination of  1. Template using HTML 2. User Interactivity using JS 3. Applying Styles using CSS The React app will have many components like header component...

SFCC For Your Web Shop

S

When we think about e-commerce sites it is enhancing online shopping and the market. In this, we can apply coupons and provide many facilities to the customer now the day customer prefer online shopping rather than going to shop. It provides variation. so creating a web shop is the best business. we build online stores on Salesforce Commerce Cloud (SFCC). If the web shop is in Salesforce Commerce...

Category