Software Alternatives, Accelerators & Startups

Thunkable VS Realm React Native

Compare Thunkable VS Realm React Native and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Thunkable logo Thunkable

Powerful but easy to use, drag-and-drop mobile app builder.

Realm React Native logo Realm React Native

The fastest database for cross platform mobile apps
  • Thunkable Landing page
    Landing page //
    2023-10-23
  • Realm React Native Landing page
    Landing page //
    2023-05-23

Thunkable features and specs

  • User-Friendly Interface
    Thunkable offers a drag-and-drop interface which makes it easy for beginners to create mobile apps without needing to write code.
  • Cross-Platform Development
    It allows you to build apps that work on both iOS and Android platforms from a single codebase, saving time and effort.
  • Community and Support
    Thunkable has an active community and extensive documentation, which can be very helpful for troubleshooting and learning new features.
  • Real-time Testing
    You can test your app in real-time using the Thunkable Live app, which speeds up the development process.
  • Integrations
    Thunkable offers various pre-built integrations such as Google Sheets, Firebase, and REST APIs, making it easier to add functionality to your app.

Possible disadvantages of Thunkable

  • Limited Customization
    While the drag-and-drop interface is user-friendly, it can also be limiting for advanced users who need more control and customization.
  • Performance Issues
    Apps built with Thunkable may not perform as well as those built with native development tools, particularly for resource-intensive applications.
  • Pricing
    While Thunkable offers a free tier, many advanced features and higher usage limits are locked behind a subscription paywall.
  • Learning Curve for Complex Apps
    Although it’s beginner-friendly, creating complex apps can still require a steep learning curve, especially if you don’t have a background in app development.
  • Dependence on Platform Limitations
    As a cross-platform tool, it may not always support the latest features specific to iOS or Android as quickly as native solutions.

Realm React Native features and specs

  • Offline First
    Realm React Native enables offline-first experiences, allowing applications to function without network connectivity by storing data locally on the device.
  • Data Synchronization
    Built-in synchronization with MongoDB Atlas ensures that local data is automatically synchronized with the server, reducing the need for custom sync logic in the app.
  • Performance
    Realm offers high-performance data handling by using a custom database engine that is optimized for mobile devices, allowing quick access to and manipulation of data.
  • Ease of Use
    The API is designed to be intuitive and easy to use, making it accessible for developers to implement database operations without excessive complexity.
  • Real-time Updates
    Provides real-time data updates, ensuring that any changes in the database are immediately reflected in the application UI.

Possible disadvantages of Realm React Native

  • Learning Curve
    Developers new to Realm may face a learning curve compared to more traditional databases, as it introduces unique data models and patterns.
  • Limited Support for Complex Queries
    While Realm supports basic queries efficiently, handling complex queries may be less straightforward than with a traditional relational database.
  • Dependency on Specific Ecosystem
    Using Realm tightly integrates an application with MongoDB's ecosystem, potentially complicating migration to other databases or systems.
  • File Size
    Realm's file size can grow significantly, especially with large datasets, which may be a concern for apps with limited storage space.
  • Open Source Limitations
    Realm is open-source but certain advanced features are tied to MongoDB Atlas, requiring consideration of potential costs and limitations in free-tier usage.

Thunkable videos

What is Thunkable X?

More videos:

  • Review - Thunkable vs Kodular: Create Android and iOS Apps without Coding
  • Review - ProductHunt Review E8 (Reactful, Thunkable, Tster) by Cleveroad Inc

Realm React Native videos

No Realm React Native videos yet. You could help us improve this page by suggesting one.

Add video

Category Popularity

0-100% (relative to Thunkable and Realm React Native)
Application Builder
100 100%
0% 0
Databases
0 0%
100% 100
Mobile App Builder
100 100%
0% 0
NoSQL Databases
0 0%
100% 100

User comments

Share your experience with using Thunkable and Realm React Native. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Thunkable and Realm React Native

Thunkable Reviews

Top 10 Android Studio Alternatives For App Development
Thunkable is a mobile application development platform that allows users to create apps on Android or iOS without having any coding skills. It consists of a drag-and-drop interface which makes it easier to use by anyone.
Top 5 App Builder To Build Your Own App Without Coding
In the Free Version of Thunkable, You can make a maximum of 10 posts with 200 MB of storage, Don't create a Good Project in the free version because Your project is available in public So that anyone can use it. If you want to create an app to publish your app on the play store, So please buy PRO subscriptions in Thunkable or Move to another app builder. Only you can...
33+ Best No Code Tools you will love 😍
With testing out Thunkable with a friend, it's a bit of s learning curve at first, but once you get used to the platform, there's a lot of potential to build awesome projects. What I do like that they have done is includes video tutorials (which is pulled in from their YouTube page) to understand specific features/tools to help build your app. Something I think more apps...
25 No-Code Apps and Tools to help build your next Startup
Thunkable is a powerful mobile app builder that requires no coding. It emphasizes speed and aesthetics. Its best feature is its functionality for advanced features.
Source: www.ishir.com
10 Best Android Studio Alternatives For App Development
Thunkable is a powerful drag and drops app builder. And this is made by two of the very first MIT engineers on the MIT app inventor. The platform is geared for the most professional users, who may want higher quality and robust apps for their business, community or just for themselves. Thus, Thunkable has an amazingly active and engaged community. And it also offers live...
Source: techdator.net

Realm React Native Reviews

We have no reviews of Realm React Native yet.
Be the first one to post

Social recommendations and mentions

Based on our record, Thunkable should be more popular than Realm React Native. It has been mentiond 10 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Thunkable mentions (10)

View more

Realm React Native mentions (5)

  • Using Expo and Realm with expo-dev-client
    The Realm React Native SDK has a hermes branch that is indeed compatible with Hermes. So, it'll work with react-native-reanimated v2 but not with Expo, due to the React Native version the Expo SDK is pinned to. - Source: dev.to / about 3 years ago
  • Getting started with Realm for React Native Using Expo Template, Enhanced
    Simple Expo React Native application to quickly get started with React Native RealmDb API, based on the starter template that is provided by Realm. I added a few things, specifically working with relationships in RealmDB since it was really what I was looking for before I started to create the video. - Source: dev.to / about 3 years ago
  • Build an Offline-First React Native Mobile App with Expo and Realm
    To add our Realm library to the project we’ll type in the Terminal:. - Source: dev.to / over 3 years ago
  • Local database for RN
    Realm maybe the thing you’re looking for, https://docs.mongodb.com/realm/sdk/react-native/. Source: over 3 years ago
  • Observing Realm database transactions with React Native
    Realm’s React Native SDK is an incredibly powerful tool that takes advantage of the NoSQL database developed by MongoDB. Realm can be used for offline first mobile apps or as a general purpose database for traditional mobile applications. One of the biggest advantages of using Realm for data storage is that it’s Objects are “live” by default; meaning that transactions and the state associated with a given Object... - Source: dev.to / almost 4 years ago

What are some alternatives?

When comparing Thunkable and Realm React Native, you can also consider the following products

Bubble.io - Building tech is slow and expensive. Bubble is the most powerful no-code platform for creating digital products.

React Native - A framework for building native apps with React

MIT App Inventor - App Inventor is a cloud-based tool, which means you can create apps for phones or tablets right in your web browser.

ObjectBox - ObjectBox empower edge computing with an edge device database and synchronization solution for Mobile & IoT. Store and sync data from edge to cloud.

Kodular - Much more than a modern app creator without coding

React Native Seed - Starting point for your React Native project