React or React.js is a JavaScript library for building user interfaces. React enables users to create interactive UIs.
$0
Sisense
Score 7.4 out of 10
N/A
Sisense is a BI software and analytics platform. With what the vendor calls their In-Chip™ and Single Stack™ technologies, users have access to a comprehensive tool to analyze and visualize large, disparate data sets without IT resources.
N/A
Pricing
React (React.js)
Sisense
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
React (React.js)
Sisense
Free Trial
No
Yes
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
Yes
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
Must contact sales team for pricing.
More Pricing Information
Community Pulse
React (React.js)
Sisense
Features
React (React.js)
Sisense
BI Standard Reporting
Comparison of BI Standard Reporting features of Product A and Product B
React (React.js)
-
Ratings
Sisense
9.7
47 Ratings
17% above category average
Pixel Perfect reports
00 Ratings
10.037 Ratings
Customizable dashboards
00 Ratings
10.047 Ratings
Report Formatting Templates
00 Ratings
9.033 Ratings
Ad-hoc Reporting
Comparison of Ad-hoc Reporting features of Product A and Product B
React (React.js)
-
Ratings
Sisense
8.8
47 Ratings
9% above category average
Drill-down analysis
00 Ratings
10.047 Ratings
Formatting capabilities
00 Ratings
9.047 Ratings
Integration with R or other statistical packages
00 Ratings
9.027 Ratings
Report sharing and collaboration
00 Ratings
7.33 Ratings
Report Output and Scheduling
Comparison of Report Output and Scheduling features of Product A and Product B
React (React.js)
-
Ratings
Sisense
10.0
46 Ratings
20% above category average
Publish to Web
00 Ratings
10.036 Ratings
Publish to PDF
00 Ratings
10.046 Ratings
Report Versioning
00 Ratings
10.024 Ratings
Report Delivery Scheduling
00 Ratings
10.039 Ratings
Data Discovery and Visualization
Comparison of Data Discovery and Visualization features of Product A and Product B
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.
I believe Sisense is perfectly suited for any organization of any size that have access to the proper resources, as the tool is very expensive. The data connectors come in all shapes and sizes out of the box, which allows a great deal of data control within the ElastiCubes. Additionally, while the platform only runs on Windows platforms, the web application can be accessed on any client: mobile, Apple, Windows, etc. This allows a much more flexible user experience, resulting in data and dashboards reaching further than any other tool.
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.
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.
The usability of the application on mobile devices needs some improvement, especially navigation and filtering.
Dashboards that are created by multiple users can be a bit of a hassle to share by Admins.
If you need to embed dashboards into your website, you are require to buy a license separate from the user and platform license. This is a norm on most BI visualization tools, but Sisense can seem a bit on the high side, cost-wide.
I think the business and myself as a user has come to rely on SiSense as a dashboarding and quick ad-hoc reporting tool. I am hoping to integrate SiSense dashboards into more parts of the business in the future. We have reduced our report turn-around time for the most part from hours/days to minutes and in some cases almost the speed of thought. Reports are also easier on the eye and more easily distributed. I would also like to say that the support and professionalism from the SiSense team has been excellent.
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.
New V5 is ground floor of an exciting collection of possibilities. Weekly Sisense developers come up with new functionality that they share with us in their forums. The move to HTML5 has been pleasing in that widgets auto size themselves into appropriate forms in the board but everyone of them can be popped out to full page size to be looked at in more detail
There are very few situations when there is unexpected downtime. Mostly during development, new dashboard implementation and during upgrades. other then that there were very few crashes.
SiSense is usually performing better then other solutions even if going for complex reports/dashboards(of course within reasonable frames). I haven't noticed any bad influence on other systems, usually if something happens it stays within SiSense.
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.
SiSense's support ninjas are very knowledgeable and are exceptionally responsive. So far, all of the issues we ran into were resolved within minimum time. My sense of dealing with the support staff at SiSense is that they are very focused on not just answering your immediate question, but also to delve into the cause of the matter.
Easy and free training that allowed us quickly understand basics in SiSense and start using them. More advanced features requires some browsing through SiSense forums, but there is always support to help, and SiSense support is one of the best whith which I worked so far.
Many examples, videos and scenarios which you try on your own right away. This combined with in-person training gives you enough to utilize most of SiSense's power.
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
1) Easy to use, really, there is nothing too much to say. The set up is easy and not confusing. You can use it internally or externally.
2) Customer Service, having spoken to various product reps from similar industry. Sisense rep provides you with the best support to get started, and it is really appreciated.