React or React.js is a JavaScript library for building user interfaces. React enables users to create interactive UIs.
$0
SAP Commerce Cloud
Score8.2 out of 10
N/A
SAP Commerce Cloud (formerly Hybris) is designed to help businesses sell more goods, services, and digital content through every touchpoint, channel, and device through their multichannel ecommerce and order management solution, available as a SaaS or on-premise.
React is a JavaScript user interface construction library that works well for:
Developing web apps with dynamic and complicated user interfaces.
creating reusable UI elements that may be used in other applications.
creating single-page applications with dynamic content updates that don't require a page reload.
The Virtual DOM's effective updating mechanism allows it to handle large volumes of data updates.
React, on the other hand, might be less suitable for:
Websites that are simple, stagnant, and have no interaction. Other libraries or simple HTML, CSS, and JavaScript may be a better fit in such circumstances.
Web sockets may be a better choice for applications that need real-time updates, such as chat or gaming apps.
When creating mobile apps, React Native is a better option.
Server side rendering only, as React is designed to run on the client side.
SAP Commerce Cloud is well-suited for large enterprises requiring robust personalization, seamless multi-channel integration, and the ability to handle high-volume transactions, especially during peak periods like Black Friday. Its scalability and advanced features make it ideal for businesses needing to manage complex product catalogs and global operations.Enough development capacities are needed to have a best in class shop
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
React is fantastic for building performant user interfaces. Our web app is snappy and great for our customers.
React has the philosophy of doing one thing and doing it well which is the view layer of the application. This makes it incredibly intuitive and flexible for developers to use.
React has lead the way in being able to write modular and structured code. It is a drastic improvement since the days of spaghetti jQuery code.
React has an unmatched community. The amount of tools and libraries available is fantastic, and there plenty of solutions available online for common problems.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Centralized Data Management: SAP Commerce Cloud excels in centralizing data from various operational sectors, which is pivotal in the chemicals industry. This feature allows for better oversight and management of complex supply chains, regulatory compliance, and customer interactions. Having a single source of truth for crucial business data minimizes discrepancies and promotes informed decision-making.
Real-Time Data Processing: The real-time data processing capability of SAP Commerce Cloud is invaluable. It aids in timely adherence to regulatory changes and helps in meeting customer demands promptly. In a sector where regulations and market conditions are ever-evolving, real-time data processing is fundamental for maintaining compliance and ensuring customer satisfaction.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Debugging React is challenging. Bugs in react code generate stack traces internal to React and it is often totally unclear how it relates to the code you actually wrote.
Relating your React elements to corresponding DOM elements is difficult. The intentional separation of virtual and actual DOM also makes it difficult to map the elements to the structures in the DOM. This is partially ameliorated by the use of the React dev tool, which provides a DOM-like view of the React elements, but the tool still does not provide a direct correspondence with the DOM that is often necessary to figure out why something isn't right.
Because JSX is React-specific and not a language feature, a special compilation process is necessary to convert JSX code to normal JS. Coming from a C++ background, compiling things doesn't bother me, but many JS developers are used to a less structured development.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
It's a little pricey; further cost reductions will expand product selection; also, trained operators are required.
HAC occasionally functions extremely slowly and does not provide any problem messages; it simply gets stuck. Logging into the Backoffice for testing purposes causes a lot of trouble; it does not enable us to log in in one attempt, and the page refreshes every time we enter in the credentials.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
SAP Commerce and Spartacus together becomes one of the omnichannel powerhouse of commerce application. It also comes with edge advantage with out of the box integrations with many SAP applications and also non-SAP applciations which gives it edge advantage over other tools. The main reason being the integration becomes easier as SAP shares the common data schema and model across all its product line and new feature releases are compatible with all the SAP product line.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
React is just a bit of a different animal. I was avoiding it for the longest time. I thought for sure I would land on Vue or something else with a more approachable and familiar appearance. But after taking an online course in React, I started realize what people were raving about (and complaining about) and decided to implement it at our office for one of our products.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
More true headless and a more rationale pricing. Since moving from the Hzbris Monolyth towards SAP Commerce Cloud a lot of progress has been made, but dissecting the monolyth into composable components where you just pay for what you use is still a longer journey and here pricing should be more realistic. Things become so expensive once they have the SAP stamp on them (example the SAP CIAM)
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. TR verified that a representative sample of customers was invited. More Info
Since it's open-source and very popular, the community support for React and related tools and libraries is excellent. There are a lot of people using the same tools, and so issues tend to get fixed quickly and "recipes" are easy to come by. And since it's backed by Facebook, they have a dedicated engineering team working on the progression of React.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
We have the right to open a ticket or submit request to SAP support teams for all the problems we have experienced. They also provide solutions for critical issues within 48 hours. In addition, the product has support documents such as a user guide and admin guide. In addition, there is a strong community of users. In this way, we can access solution of some specific problems that we have fallen on from there.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
Scalability of the product was good Seamless integrations were helped in reducing the implementation for the development team to integrate with the SAP ERP Product framework helped customer to customize and adapt the new features which were developed basis business processes and ease of customer experience. Deployment and creation of the build becomes very easy with the CCv2 setup.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
While this is a widely contested debate with various blog posts and benchmarks all over the place, its really a personal choice to determine what works for the team. Coming from a Angular 1.x background, I decided to try a new framework when Angular 2.x was announced and at that time React is gaining popularity and Vue hasn't taken off yet. Compared to Angular 1.x and Vue (hybrid of React and Angular) that split the logic from the html templates, I loved the way React breaks code into components using the jsx syntax. In my mind, this allows for cleaner components and easier maintenance
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
SAP Cloud is much better than GoDaddy. it was a smooth transition and every aspect of the program is easier. My scalability increased greatly from GoDaddy to SAp Commerce Cloud and sales are now tracked easier and inventory is at the touch of a button, making sales much easier than previous software.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
The business users/admins were able to quickly segment products by brand, allowing for unique branding and header-less page design. As new products are added to the SAP backend, all characteristics and pricing automatically migrate to Commerce Cloud. We also segment our user sign-on (domains) by brand and allow targeting displays.
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info
It has a positive impact on my client's business and ROI is higher than expected. As orders count is increasing due to smooth and better experience.
My current client's customers have given very positive experience about new website built on SAP Commerce Cloud.
Due to SAP Commerce Cloud website rollout is very easy and due to it, my current client has introduced around 25 websites. As SAP Commerce Cloud logic needs to develop once and can be reused for multiple websites easily with minimal effort.
Branding is also very easy as promotions, events can be implemented on the website easily and with minimum time.
SAP Commerce has helped our client to integrate the Recommendation tool ISS which is easy to configure after this tool product sale is increased. The best thing was that integration was very easy and quick.
One option of Blue/Green deployment helping us to check the production release in advance on production environment. Prev we don't have this option and many times face P1 issue in prod which had ruined client reputation. But now this feature is helping lot
A de minimis incentive was given to thank the reviewer for their time. The incentive was not used to bias or drive a particular response, nor was the incentive contingent on a positive endorsement. More Info