React or React.js is a JavaScript library for building user interfaces. React enables users to create interactive UIs.
N/A
Webflow
Score 8.7 out of 10
N/A
Webflow is a Website Experience Platform for modern marketing teams, used to visually build, manage, and optimize websites that offer both the consumer experience teams expect and enterprise-grade performance and scale.
$18
per month
Pricing
React (React.js)
Webflow
Editions & Modules
No answers on this topic
Basic
$18
per month
CMS
$29
per month
Ecommerce - Standard
$42
per month
Business
$49
per month
Ecommerce - Plus
$84
per month
Ecommerce - Advanced
$235
per month
Offerings
Pricing Offerings
React (React.js)
Webflow
Free Trial
No
Yes
Free/Freemium Version
Yes
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
Up to a 22% discount available for annual pricing.
More Pricing Information
Community Pulse
React (React.js)
Webflow
Considered Both Products
React (React.js)
Verified User
Anonymous
Chose React (React.js)
This was very difficult because flutter is extremely easy to use and if you have React in the background, it makes it even easier. What makes Flutter a little better is the response, the components are rendered before the loading and that gives the user a better experience. The …
I have also used Angular before coming to React. Web apps created with React are much faster than Angular because React is based on virtual DOM which reloads only those components of the web page that change and everything else remains the same. Angular's learning curve is also …
I have also used Vue, Angular, and Ember for various projects. Out of the three, I am most intrigued by Vue. It takes a more beginner-friendly approach than React and changes some of the abstractions it uses to be more transparent to the user. It also comes with a lot more …
There are other options for building SPAs, and the two most common aside from React are Vue and Angular. React has been the leader of the pack for a while and has been an innovator. Angular is good for companies that want an opinionated framework so that it standardizes …
Like most people, I started in serious client-side web development with the introduction of jQuery, the first robust library for cross-browser DOM manipulation. React provides a much closer WYSIWYG translation from the declarative JSX template to HTML elements compared to using …
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 …
When choosing a front-end framework, you have a ton of choices. There are numerous articles that will try to convince you this way or that about which one is better. I have used Blaze as a UI layer for Meteor Application development quite extensively and have found it to …
So, Webflow gave me the freedom that other platforms didn't in terms of not needing to code (in comparison to WordPress), and the site looks like a professional page rather than a generic average one, and then in terms of having more than just writing key findings (in …
Webflow is more comprehensive, so it is also a little bit harder to use. I selected Webflow because its component-based approach allows me to change content once, and it updates across multiple pages, which has saved me a significant amount of time. Sometimes, it can be …
Framer is Webflow's closest competitor and has some advantages in the animation department, but Webflow has a bit more brand recognition among clients. WordPress is old-fashioned in its approach, and despite offering site-builder themes and plugins, still doesn't have native …
Webflow is a great replacement for simple websites like WIX & Squarespace. Webflow, in its current incarnation, will never be able to overtake the ubiquity of WordPress pages, it lacks the automation & tooling of Supernova, the design capabilities of Figma, and the design -> …
Framer is for designers with no underlying knowledge of how a website works. It's more like designing a website in Figma. Webflow offers a better balance of design features and true website configurations.
In my opinion, Webflow has the worst CMS I have used. All the other tools make it much easier to write, format, publish and organize content. There's a lot more flexibility and they have better UX. I would not choose Webflow if given the choice, I would only use it if the …
It does not compare at all to WIX, in my opinion, it is an insult to them even comparing them side by side. No doubt WIX is 100 times better than Webflow. Wix has features that Webflow lacks and has extra help when needed. In my opinion, WIX customer service is astonishing …
We loved the feature set and extensibility. It's a little pricey but when we have the time to devote to a project it shows why Webflow is such a good fit. Of course there are lots of other things you can use it for, but it's been working for us for one-off marketing projects.
The code quality and speed can't even be compared to Elementor; Webflow is simply a much better tool. Instapage has a cool feature for dynamic landing pages, which changes according to Google Ads Keyword, which I miss; however, amazing webflow community members recreated that …
I would not say it has substitutes for all features of the other platforms, but overall it is better to use and implement. I would like to see Wix's user management, Shopify and WooCommerce's shop features, and WordPress' ability to host big enterprise blog management. The …
A lot more design control and easier to create a custom site, and then also to scale that site going forward. There's a lot about WordPress I miss, though, when it comes to managing a blog—user permissions, SEO control, edit HTML version of posts.
Compared to other closed platforms like Squarespace or Shopify, Webflow is much more developer friendly and customizable. The CMS is easier to use and much more flexible to design and develop in. Price points between the 3 are similar. Most of the 3rd party integrations for …
Webflow falls somewhere in between Wordpress as a most basic theme-based platform and HubSpot CMS Hub, which has nearly unlimited capabilities. The ease and pricing are a win for HubSpot but we still use and host sites using Wordpress as that is often a client's desire for …
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.
The good outweighs the bad. I love how my webpage works, and it fulfills everything that I was trying to accomplish. The ability to tag and distribute content across the site saves a lot of time and energy. I just wish that custom elements were easier to reuse across pages and that it weren't so hard to figure out. This tool is better suited for someone who knows what they are doing, rather than a beginner.
Solid backing by large organization (Facebook) thats committed to keeping the development on the project. In my mind, this is the number one priority for any library because without this: time is wasted on getting up-to speed on a library that you will never use, have a codebase with a library thats hard to maintain because few years down the lane, hiring devs to maintain an unsupported library is very difficult.
As with any libraries, open source community's support is critical for success of any framework because this allows for more pre-built components that could be used right out-of-box => makes Development using React a breeze.
React's Stateful and Stateless components make organizing your code a breeze. These components would also allow for writing clean Unit Tests on the logic.
React's component lifecycle. It offers a variety of lifecycle methods, that allows for handling different scenarios of loading and manipulating data in the UI.
I found React's documentation very well maintained with plenty of examples explaining each feature.
Responsiveness is a very important criteria in selecting a UI and React is very responsive. It does some neat optimizations on re-rendering using virtual DOM and would only re-render parts of the DOM that changed. These optimizations makes React Applications feel really fast.
React Native would allow for building applications that span across web and mobile interfaces (iOS and Android). This makes learning React even more enticing, because using a single library, you could build applications that span across Web, iOS and Android.
create-react-app is an effort by Facebook (creators of React) that makes getting started with React really easy. It does all the heavy lifting of configurations for you and allow you to focus on just development.
Small footprint, minified React + React DOM is under 150Kb, that makes loading UI's with react really fast.
React + Enzyme (backed by Airbnb) + Sinon + Mocha + Chai makes unit testing the UI components fun and improves the overall maintainability of the project.
React's state management can get hairy if you have a deeply nested component and need to pass things up or down the tree very far. This is where libraries like Redux come in, however.
The progressive nature of its development and change cycles can leave information outdated online faster than other frameworks. This can make finding help or documentation on 3rd party sites frustrating.
The learning curve on "thinking in React" can be slightly higher than other more familiar patterns of web development.
Building an app in it can be cumbersome to set up with webpack, but things like Create React App can get you going in a jiffy.
The Content Management System needs improvement. In my experience, it's very difficult to organise all our content at big volumes. We want to create a resources section where we can categorize our content but there isn't an easy or intuitive way to do it
In my opinion, it's incredibly difficult to create tables in an article
You have to do custom coding for anchor links within an article and it's time consuming and, in my opinion, super annoying
Website designs are not responsive we need to keep designing a separate mobile version
In my opinion, Formatting content in articles is annoying compared to other CMSs like Wordpress, Shopify, Wix, Blogger, etc. Worst experience I've had.
Changes to the nav bar on the homepage do not reflect universally, we needed to do the same changes all over again for our blog and mobile
Content editors need to keep logging in every time they add content
There are a few things that may take some getting used to when coming to a modern JS frontend. Tools like Babel and Webpack (or abstractions that hide their details from you) are often a starting point and JSX can be confusing at first. But assuming the developer is already familiar with modern frontend tools, React is a very natural fit and makes creating user interfaces a joy.
With a little education, I find Webflow incredibly easy to use. As previously mentioned, the Webflow University video library is amazing so anything you need help with is already available. That said, I do feel like it is a relatively steep learning curve and would be even steeper for someone who is completely new to Web Development, which is why I gave it the score I did.
In my experience, their customer service is an absolute joke, I tried reaching out to them they took forever. I had to keep following up with them as if they never received it in the first place. It’s a new platform, so guidance is needed. Tried the university they offer, in my opinion, it is completely useless, I would just completely move on from this website.
In my opinion, it is horrible, the rendering takes forever. I have the newest MacBook and the platform will still lag and slow down on me. I’m not a developer, I am a designer which makes it worst because I am using the features they are providing not extra coding features. In my opinion, it is a horrible platform really, stay away.
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.
I haven't had to engage them from a support perspective; however, there is a considerable user community for tips/ideas/troubleshooting and the like. I believe the Pro plan supports additional resources but we didn't find that the cost justified the outcome. Overall the need for support has been relatively minor.
There are other options for building SPAs, and the two most common aside from React are Vue and Angular. React has been the leader of the pack for a while and has been an innovator. Angular is good for companies that want an opinionated framework so that it standardizes practices. However, Angular is known to be more difficult to work with and unnecessarily complex. Vue is seen as taking the best from React and Angular, and it is built for incremental upgrades. Vue has a passionate and growing user base, but it hasn't quite caught React in popularity.
So, Webflow gave me the freedom that other platforms didn't in terms of not needing to code (in comparison to WordPress), and the site looks like a professional page rather than a generic average one, and then in terms of having more than just writing key findings (in comparison to medium) like a site that feels unique and sophisticated. Finally, all in all, Webflow is harder at start but the results are eye pleasing and its totally worth the time.
I feel it doesn’t perform the way it’s supposed to and it doesn’t have any beneficial factors to it. In my opinion, there is no reason to use a platform like this when Wix and Shopify, and WordPress exist. I believe Webflow is a platform that shouldn’t exist and it’s only popular because of the hype it received. I tried it and hate it completely.
Since we're still in the conversion cycle, all the data is not in. But React has had a positive impact on Developer productivity and the ability to produce efficient, highly flexible UX. This in turn, enhances our customer experience, which is generally the most important component of our ROI.
Conversion has been difficult since it requires a change of mindset. Most developers have adapted quite well, but the process has been lengthy, and 2 years in, we are still not fully converted. This essentially is a temporary negative impact on ROI.