TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    React (React.js)

    Score9.2 out of 10
    N/AReact or React.js is a JavaScript library for building user interfaces. React enables users to create interactive UIs.

    $0

    Tidal by Redwood

    Score6.8 out of 10
    N/ATidal Automation, from Redwood Software since the early 2023 acquisition, is an enterprise workload automation platform for automating and orchestrating cross-application, cross-platform workloads – in on-prem, cloud or hybrid environments – from one central point of control. Tidal is used to optimize mission-critical business processes, manage…N/A
    Pricing
    React (React.js)Tidal by Redwood
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    React (React.js)Tidal by Redwood
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    React (React.js)Tidal by Redwood
    Considered Both Products
    Open Source
    No answer on this topic
    Redwood Software
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    7 Answers
    100%
    Would buy again
    21 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    7 Answers
    100%
    Delivers good value for the price
    20 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    7 Answers
    100%
    Happy with the feature set
    21 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    5 Answers
    100%
    Lived up to sales and marketing promises
    17 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    6 Answers
    100%
    Implementation went as expected
    18 Answers
    Features
    React (React.js)Tidal by Redwood
    Workload Automation
    Comparison of Workload Automation features of React (React.js) and Tidal by Redwood
    Feature
    React (React.js)
    -
    Ratings
    Tidal by Redwood
    8.3
    19 Ratings
    0% above category average
    Multi-platform scheduling00 Ratings8.716 Ratings
    Central monitoring00 Ratings8.618 Ratings
    Logging00 Ratings8.519 Ratings
    Alerts and notifications00 Ratings8.519 Ratings
    Analysis and visualization00 Ratings8.019 Ratings
    Application integration00 Ratings7.818 Ratings
    Best Alternatives
    React (React.js)Tidal by Redwood
    Small Businesses
    No answers on this topic
    No answers on this topic
    Medium-sized Companies
    No answers on this topic
    Apache Airflow
    Score8.7 out of 10
    Enterprises
    Sencha
    Score7 out of 10
    Redwood RunMyJobs
    Score9.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    React (React.js)Tidal by Redwood
    Likelihood to Recommend
    8.0
    (14 ratings)
    7.4
    (21 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    2.0
    (1 ratings)
    Usability
    10.0
    (3 ratings)
    -
    (0 ratings)
    Support Rating
    10.0
    (3 ratings)
    -
    (0 ratings)
    User Testimonials
    React (React.js)Tidal by Redwood
    Likelihood to Recommend
    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
    Redwood Software
    On coming to well suited experience while error handling and effortless recovery processes are crucial, Tidal performs exceptionally well. It can identify and fix automated issues, reducing downtime and interruptions. A smaller automation solution may be more cost-effective if a business primarily utilizes a single platform or uses a small number of applications that do not require complex integration.
    Incentivized
    Read full review
    Pros
    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.
    Incentivized
    Read full review
    Redwood Software
    • Tidal Automation allows us to automate and schedule/ perform various tasks in a easy and effective manner. It is highly interactive and effective allowing nearly 4k -5k jobs to run a day.
    • Tidal is designed to be easily shareable and collaborative allowing multiple users to work at a particular time making work effective.
    • Tidal allows us to ensure that every event which is triggered is exactly when it's supposed to be regardless of other activities which are going as well.
    • It is user-friendly to generate the reports required of a particular object and allows us to test the codes perfectly well before executing in live environment.
    Read full review
    Cons
    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.
    Incentivized
    Read full review
    Redwood Software
    • Still a bit slow when navigating. If you close a job you have to wait a few seconds to open another one. Even when you made no changes.
    • When viewing a job and make no changes, the "ok" button changes the last modified date as if you made a change. No big deal, but wastes time when troubleshooting a problem and looking into what jobs were changed last.
    • You can see the parameters column in the "job activity", but not in "Job definitions".
    • Can't search the parameters field in the filter.
    • Changing a variable name does not change it on the job. It still works because Tidal Automation uses the ID number. It just causes confusion when you see a variable on a job and can't find the variable under "Variables". On top of that, Tidal Automation does not show the ID column under "Variables" making it even more difficult to find the variable.
    Read full review
    Likelihood to Renew
    Open Source
    No answers on this topic
    Redwood Software
    We are on the fence. The increased pricing for renewals is staggering. With new automation options like Microsoft's Power Automate and Event Driven Ansible on the field, there are other options now available.
    Read full review
    Usability
    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.
    Incentivized
    Read full review
    Redwood Software
    No answers on this topic
    Support Rating
    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.
    Incentivized
    Read full review
    Redwood Software
    No answers on this topic
    Implementation Rating
    Open Source
    No answers on this topic
    Redwood Software
    Having provided consulting services for years on Tidal by Redwood, I recommend going with a solutions partner or consultant to deploy it. I believe there are sizing and tuning guidelines that should be followed for environments of scale. I believe they are not critical when first lighting up the product, but if you are not aware of them you will encounter performance degradation after a few thousand job objects are added.
    Read full review
    Alternatives Considered
    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
    Incentivized
    Read full review
    Redwood Software
    1. Tidal is good at processing large volume pf data and is cost effective. 2. Tidal can automate the scheduling of production objects, ensure that materials are delivered on time 3. Tidal Process large volumes of data which cannot be done everyday by running codes/scripts manually which does it with ease when required.
    Incentivized
    Read full review
    Return on Investment
    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.
    Incentivized
    Read full review
    Redwood Software
    • Better decision-making and more process visibility are achieved through reporting and monitoring.
    • Lowered time frames and streamlined administration of the workflow.
    • Improved cost and resource allocation, especially in cloud contexts.
    • A decrease in manual errors and related expenditures.
    • Unusual problems that could occur during automation.
    • Possible difficulties shifting to a new automation tool.
    • The expense of beginning implementation and training.
    Incentivized
    Read full review
    ScreenShots