Reveal vs. React

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Reveal
Score 10.0 out of 10
N/A
Reveal embedded analytics enables teams and customers to drive data insights with embedded intelligence, transforming the user experience of apps. Built with embed in mind first, on modern architecture, Reveal’s API aims to remove the complexity of embedding analytics into applications. Reveal’s native SDKs can be integrated into applications on any platform and tech stack including: .NET Core, Java, NodeJS (coming soon), and front-end technologies such as React, Angular, WebComponent,…
$0
React
Score 8.9 out of 10
N/A
React is a JavaScript library for building user interfaces. React enables users to create interactive UIs. Design simple views for each state in an application, and React will update and render just the right components when data changes. React is available free and open source under the MIT license.N/A
Pricing
RevealReact
Editions & Modules
Embedded Analytics - Contact Us!
$0.00
No answers on this topic
Offerings
Pricing Offerings
RevealReact
Free Trial
YesNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
YesNo
Entry-level Setup FeeOptionalNo setup fee
Additional Details
More Pricing Information
Community Pulse
RevealReact
Features
RevealReact
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
Reveal
7.0
10 Ratings
0% below category average
React
-
Ratings
Pixel Perfect reports6.58 Ratings00 Ratings
Customizable dashboards7.410 Ratings00 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
Reveal
7.3
10 Ratings
7% below category average
React
-
Ratings
Drill-down analysis7.09 Ratings00 Ratings
Formatting capabilities7.310 Ratings00 Ratings
Report sharing and collaboration8.09 Ratings00 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
Reveal
7.6
8 Ratings
1% below category average
React
-
Ratings
Pre-built visualization formats (heatmaps, scatter plots etc.)7.58 Ratings00 Ratings
Location Analytics / Geographic Visualization7.55 Ratings00 Ratings
Predictive Analytics7.77 Ratings00 Ratings
Access Control and Security
Comparison of Access Control and Security features of Product A and Product B
Reveal
6.7
10 Ratings
12% below category average
React
-
Ratings
Multi-User Support (named login)6.610 Ratings00 Ratings
Role-Based Security Model7.17 Ratings00 Ratings
Multiple Access Permission Levels (Create, Read, Delete)7.68 Ratings00 Ratings
Single Sign-On (SSO)5.66 Ratings00 Ratings
Application Program Interfaces (APIs) / Embedding
Comparison of Application Program Interfaces (APIs) / Embedding features of Product A and Product B
Reveal
6.0
6 Ratings
22% below category average
React
-
Ratings
REST API2.65 Ratings00 Ratings
Javascript API7.23 Ratings00 Ratings
Java API6.43 Ratings00 Ratings
Best Alternatives
RevealReact
Small Businesses
Yellowfin
Yellowfin
Score 8.8 out of 10

No answers on this topic

Medium-sized Companies
Yellowfin
Yellowfin
Score 8.8 out of 10

No answers on this topic

Enterprises
Infor Birst
Infor Birst
Score 6.3 out of 10

No answers on this topic

All AlternativesView all alternativesView all alternatives
User Ratings
RevealReact
Likelihood to Recommend
10.0
(16 ratings)
8.0
(14 ratings)
Likelihood to Renew
8.2
(1 ratings)
-
(0 ratings)
Usability
8.4
(16 ratings)
10.0
(3 ratings)
Availability
8.2
(1 ratings)
-
(0 ratings)
Performance
7.3
(1 ratings)
-
(0 ratings)
Support Rating
-
(0 ratings)
10.0
(3 ratings)
Implementation Rating
7.3
(1 ratings)
-
(0 ratings)
Configurability
7.3
(1 ratings)
-
(0 ratings)
Ease of integration
6.4
(1 ratings)
-
(0 ratings)
Product Scalability
6.4
(1 ratings)
-
(0 ratings)
Vendor post-sale
7.3
(1 ratings)
-
(0 ratings)
Vendor pre-sale
7.3
(1 ratings)
-
(0 ratings)
User Testimonials
RevealReact
Likelihood to Recommend
Infragistics
As a company responsible for people money we have to deal with following challenges every day: Clients who want to track the status of their transfers. Licensing agencies who need to ensure professional standards are met. Internal team managers who need to track client and staff progress to ensure company progression and success. Reveal does a good job as self-service tool enabling the accountable parties to have full access to important insights 24/7. The prebuilt dashboard themes save time and investment as we don’t need to hire a dedicated data analyst. The interactive dashboards give full transparency. The ability to easily create, analyze and report keeps clients, partners and stuff on the same page.
Read full review
Open Source
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.
Read full review
Pros
Infragistics
  • Ease of Use - Reveal is super intuitive when it comes to creating dashboards. You don't need to be a data expert, which is key for me.
  • Sharing - The ability to share across our teams, locations, and with clients is great. We create teams for our different clients and share dashboards there that also are connected to our company dashboards.
  • Support and Roadmap - Reveal support has been great. They care about the needs of their customers. They have released 3 updates in the last few months, and they are adding a lot of value.
Read full review
Open Source
  • 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.
Read full review
Cons
Infragistics
  • There are a limited number of templates, but this is something they say they are working on.
  • Cost is reasonable for individual personal use, but prohibitive to small companies looking to embed their services in their own App.
  • Responses to emails for support can be delayed, but what else is new?
Read full review
Open Source
  • 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.
Read full review
Likelihood to Renew
Infragistics
As a developer of the project, I feel comfortable with this tool for its peculiarities: acceptable costs, simple configuration, creation and maintenance of simple reports, fairly complete account management, also, not least, I appreciate the work done by their technical support always timely intervention and, above all, resolutive.
Furthermore, as far as end users are concerned, I found a good appreciation of the proposed reports
Read full review
Open Source
No answers on this topic
Usability
Infragistics
Reveal has a great usability for any level of computer user. The only major thing I see that is not exactly user friendly, is the color scheme issue I stated earlier in my review. Although, I am coming from a graphic design background, I need a platform that every team member in our office can use.
Read full review
Open Source
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.
Read full review
Reliability and Availability
Infragistics
This assessment is due to the fact that I have not yet found Reveal not available for use. Apart from some problems of development crash, then fixed by the product assistance service, I have not found any particular problems or loss of time caused by the instrument.
Read full review
Open Source
No answers on this topic
Performance
Infragistics
The pages load rather quickly even in the presence of several elevations in the same dashboard that insist on different data sources and with visualizations that insist on different types of graph. I can only be satisfied with these performances.
Read full review
Open Source
No answers on this topic
Support Rating
Infragistics
No answers on this topic
Open Source
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.
Read full review
Implementation Rating
Infragistics
None in particular, however, would be welcome if improvements were made in the personalization of the prospects and in the connection between them (perhaps being able to transfer the selections present in one prospect to another recalled by the first).
Read full review
Open Source
No answers on this topic
Alternatives Considered
Infragistics
Lacks ability to generate analytics as complex as Tableau and not as easy to embed and interface with other software and databases as Looker. But a very good option for those not needing the complexities found in other products.
Read full review
Open Source
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
Read full review
Scalability
Infragistics
This evaluation is the result of the fact that I have not had the opportunity to deepen the Reveal interface with other tools and / or other software, so the evaluation that I am giving follows what I have been able to read regarding the characteristics of the product online.
Read full review
Open Source
No answers on this topic
Return on Investment
Infragistics
  • We have the best platform for visualizing data for better understanding
  • The drag and drop features saves time
  • With data from multiple sources, we get the right intelligence to drive our business forward.
  • While it is expensive, the benefits outweighs the high cost
Read full review
Open Source
  • Our web applications now run much faster because the whole page doesn't reload
  • We spend less time developing UI components because a lot of them are readily available on NPM
  • We don't have to optimize apps for multiple browsers since React natively supports it.
Read full review
ScreenShots

Reveal Screenshots

Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of