TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    DigitalOcean

    Score8.5 out of 10
    N/ADigitalOcean is an infrastructure-as-a-service (IaaS) platform from the company of the same name headquartered in New York. It is known for its support of managed Kubernetes clusters and “droplets” feature.

    $5

    Starting Price Per Month

    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

    Pricing
    DigitalOceanReact (React.js)
    Editions & Modules
    1GB-16GB
    $5.00
    Starting Price Per Month
    8GB-160GB
    $60.00
    Starting Price Per Month
    No answers on this topic
    Offerings
    Pricing Offerings
    DigitalOceanReact (React.js)
    Free Trial
    NoNo
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    DigitalOceanReact (React.js)
    Considered Both Products
    DigitalOcean
    No answer on this topic
    Open Source
    No answer on this topic
    Key User Insights
    Would buy again
    100%
    Would buy again
    11 Answers
    100%
    Would buy again
    7 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    11 Answers
    100%
    Delivers good value for the price
    7 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    11 Answers
    100%
    Happy with the feature set
    7 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    11 Answers
    100%
    Lived up to sales and marketing promises
    5 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    11 Answers
    100%
    Implementation went as expected
    6 Answers
    Features
    DigitalOceanReact (React.js)
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of DigitalOcean and React (React.js)
    Feature
    DigitalOcean
    9.2
    36 Ratings
    11% above category average
    React (React.js)
    -
    Ratings
    Service-level Agreement (SLA) uptime9.931 Ratings00 Ratings
    Dynamic scaling9.932 Ratings00 Ratings
    Elastic load balancing9.723 Ratings00 Ratings
    Pre-configured templates10.029 Ratings00 Ratings
    Monitoring tools9.035 Ratings00 Ratings
    Pre-defined machine images9.733 Ratings00 Ratings
    Operating system support9.033 Ratings00 Ratings
    Security controls8.632 Ratings00 Ratings
    Automation6.55 Ratings00 Ratings
    Best Alternatives
    DigitalOceanReact (React.js)
    Small Businesses
    IBM Cloud Object Storage
    Score9 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    No answers on this topic
    Enterprises
    SAP on IBM Cloud
    Score9 out of 10
    Sencha
    Score7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    DigitalOceanReact (React.js)
    Likelihood to Recommend
    8.9
    (36 ratings)
    8.0
    (14 ratings)
    Likelihood to Renew
    9.0
    (2 ratings)
    -
    (0 ratings)
    Usability
    8.9
    (10 ratings)
    10.0
    (3 ratings)
    Availability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (1 ratings)
    -
    (0 ratings)
    Support Rating
    8.8
    (9 ratings)
    10.0
    (3 ratings)
    Product Scalability
    10.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    DigitalOceanReact (React.js)
    Likelihood to Recommend
    DigitalOcean
    DigitalOcean is perfect for hosting client websites, running marketing tools, and managing media storage with Spaces and CDN. The use of Droplets to quickly launch landing pages or WordPress sites for campaigns is a Godsend. It’s great for fast, cheap, and scalable solutions. But for complex microservices or projects needing strict compliance (like HIPAA), DigitalOcean may not always be the best fit, but that depends heavily on your project.
    Incentivized
    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
    DigitalOcean
    • DigitalOcean provides some of the best cost-to-value services available
    • The DigitalOcean cloud console is very intuitive and easy to navigate
    • DigitalOcean has great support for Docker and other dev ops tools like Terraform.
    • DigitalOcean iterates quickly and provides cutting edge features for organizations that want to keep up with the latest and greatest dev ops tooling
    • DigitalOcean has a great developer community and numerous support docs/tutorials
    Incentivized
    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.
    Incentivized
    Read full review
    Cons
    DigitalOcean
    • Some products/services available on other Cloud providers aren't available, but they seem to be catching up as they add new products like Managed SQL DBs.
    • While they have FreeBSD droplets (VMs), support for *BSD OSs is limited. I.e. the new monitoring agent only works on Linux.
    • There are no regions available on South America.
    • They don't seem to offer enterprise-level products, even basic ones as Windows Server, MS SQL Server, Oracle products, etc.
    Incentivized
    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.
    Incentivized
    Read full review
    Likelihood to Renew
    DigitalOcean
    I've been very happy with it for my purposes and I plan to continue to use DigitalOcean for the foreseeable future!
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Usability
    DigitalOcean
    I honestly can't think of an easier way to set up and maintain your own server. Being able to set up a server in minutes and have fully control is awesome. The UX is incredibly intuitive for first-time users as well so there's no reason to be intimidated when it comes to giving DigitalOcean a shot.
    Incentivized
    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.
    Incentivized
    Read full review
    Reliability and Availability
    DigitalOcean
    Have not found a single second of down time myself. Superior availability.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Performance
    DigitalOcean
    Very quick response and high performance, you have to fine tune configurations on your machines though.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Support Rating
    DigitalOcean
    They have always been fast, and the process has been straight-forward. I haven't had to use it enough to be frustrated with it, to be honest, and when I have an issue they fix it. As with all support, I wish it felt more human, but they are doing aces.
    Incentivized
    Read full review
    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
    Alternatives Considered
    DigitalOcean
    DigitalOcean is an inexpensive product as compared to other products available in the market. The UI is easy and the beginner can also understand the UI with the step by step guide. It provides a lot of custom features and the user needs to pay only for what they are using. Amazon has a complex UI and is on the expensive side. DigitalOcean is simple to use and is easily manageable and the servers can easily be set up without additional cost and such.
    Incentivized
    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
    Incentivized
    Read full review
    Scalability
    DigitalOcean
    Great scalability, you can start with small plans and move up to premium features at a very good price.
    Incentivized
    Read full review
    Open Source
    No answers on this topic
    Return on Investment
    DigitalOcean
    • Positive - Elastic computer instances make it possible to pay for only for what you need.
    • Positive - Competitive pricing - some of the products that DigitalOcean offers are much cheaper than those offered by competitors.
    • Negative - Having to go to other cloud computing platforms for more specific, advanced services like Computer Vision optimized services, GPU cloud compute instances, etc...
    Incentivized
    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.
    Incentivized
    Read full review
    ScreenShots