Need advice about which tool to choose?Ask the StackShare community!

Expo

670
664
+ 1
66
Material-UI

2.2K
3.6K
+ 1
441
Add tool

Expo vs Material UI: What are the differences?

Introduction

Expo and Material UI are two widely used frameworks in web and mobile application development. While Expo focuses on simplifying the process of building and deploying mobile apps, Material UI provides a set of pre-designed UI components to create visually appealing and consistent user interfaces. Let's dive into the key differences between the two:

  1. Platform Dependency: Expo is primarily designed for developing cross-platform mobile applications, enabling developers to write code once and deploy it to both Android and iOS platforms. On the other hand, Material UI is a UI library built specifically for web application development, offering a wide range of customizable components for building responsive web interfaces.

  2. Developer Experience: Expo aims to provide a smoother development experience by offering a set of readily available tools and services, such as a local development environment and cloud-based build and deployment systems. Material UI, on the other hand, focuses on enhancing the developer experience by providing a comprehensive set of UI components and styles that can be easily integrated into existing web projects.

  3. Customizability: Expo offers a limited degree of customization compared to Material UI. While Expo provides a set of default styling and layout options, it may be challenging to make extensive modifications to the design and user interface. Material UI, on the other hand, provides a highly customizable set of components, allowing developers to tweak and adapt the UI to match their specific requirements.

  4. Community and Ecosystem: Expo has its own dedicated community and ecosystem, with a wide range of community-contributed packages and resources available to help developers. Material UI, being part of the larger React ecosystem, benefits from the extensive support and resources provided by the React community. Additionally, Material UI has a strong community of its own, providing additional resources and support specific to the library.

  5. Documentation and Learning Curve: Expo offers intuitive and extensive documentation, making it easier for new developers to get started with the framework. The learning curve for Expo is relatively straightforward, especially for those familiar with JavaScript and React. Material UI also provides comprehensive documentation, but due to its more extensive set of features and customization options, it may have a slightly steeper learning curve, particularly for beginners.

  6. Integration with Existing Projects: Material UI is designed to seamlessly integrate with existing React projects, allowing developers to easily incorporate the library into their web applications. Expo, however, has its own specific project structure and dependencies, making it less straightforward to integrate into existing projects. This difference in integration can significantly impact the choice of framework depending on the project requirements.

In summary, Expo is a framework primarily focused on simplified cross-platform mobile app development, while Material UI is a comprehensive UI library tailored for building responsive web interfaces. Expo offers a smoother development experience, while Material UI provides more customizability and integration options, with each framework having its own dedicated community and documentation resources.

Advice on Expo and Material-UI
Needs advice
on
ExpoExpoReact NativeReact Native
and
ReduxRedux
in

Hello guys, I am new here. So, if I posted without specific guidelines, please ignore.

Basically, I am an iOS developer and developing native apps for the last three years. Recently, I started learning React Native to develop apps for both platforms. If anyone out there knows any useful resources that will become a better react native developer.

#newbie

See more
Replies (1)
Javier Silva Ortíz
Senior Full Stack Developer at Aleph Engineering · | 6 upvotes · 293K views
Recommends
on
ReduxRedux

Well, the first resource I would recommend you is my upcoming book by Packt Publishing, "Professional React Native", but it's due late January next year :) . Now jokes aside (the book's real by the way :) ), the easiest way to build a iOS/Android/Web app with React Native is to do: npm install -g expo-cli expo init some-project cd some-project expo eject

You might have heard of Expo, but trust me, stay away from it. Expo highest value is that it's an already pre-configured 3 platforms environment, but if you don't eject then you're vendor-locked to what Expo has to offer in iOS and Android, which is very poor compared to going full React Native on these platforms, they can't even handle Google Sign In properly and by the way, even if your app is 10 lines of code your app size will be over 40 MB if you don't eject, yep it's that bad, plus the performance is regular and the loading times slow, not to mention that you're stuck with their build service which the free tier makes you wait for hours for a free build slot. It's important to note that when ejecting you don't lose the Web, you simply do expo start --web to start your dev environment and expo build:web to build a static website that you can serve with any web server. Regarding state management, don't bother with "lifting state up" philosophies mixed with Context API to manage your state, lifting state is a great pattern and helps your codebase, Context is great to avoid prop-drilling, but NEVER mix them to achieve app-wide state management, for that, simply go for Redux or MobX, the hype is all about Redux, but I consider MobX far better in many aspects. However, as you're getting new into this I would recommend you start with Redux AND PLEASE grab yourself npm install @manaflair/redux-batch so that you can batch updates and don't bring your app to a crawl. Forget that "connect HOC" thing with React-Redux, don't bother for a second with it, go with Hooks and useSelector and useDispatch and the likes, it will make your code SO much cleaner and smaller. Adopt clean and new Hooks philosophy, avoid writing class components as much as possible and write function components augmented with Hooks.

See more
Decisions about Expo and Material-UI

Fonts and typography are fun. Material Design is a framework (developed by Google) that basically geeks out on how to assemble your typographical elements together into a design language. If you're into fonts and typography, it's fantastic. It provides a theming engine, reusable components, and can pull different user interfaces together under a common design paradigm. I'd highly recommend looking into Borries Schwesinger's book "The Form Book" if you're going to be working with Material UI or are otherwise new to component design.

https://www.amazon.com/Form-Book-Creating-Printed-Online/dp/0500515085

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Expo
Pros of Material-UI
  • 15
    Free
  • 13
    Hot Reload
  • 9
    Easy to learn
  • 9
    Common ios and android app setup
  • 6
    Open Source
  • 6
    Streamlined
  • 5
    Builds into a React Native app
  • 2
    PWA supported
  • 1
    Plugins for web use with Next.js
  • 141
    React
  • 82
    Material Design
  • 60
    Ui components
  • 30
    CSS framework
  • 25
    Component
  • 14
    Looks great
  • 12
    Responsive
  • 12
    Good documentation
  • 9
    LESS
  • 8
    Ui component
  • 7
    Open source
  • 6
    Code examples
  • 6
    Flexible
  • 5
    JSS
  • 3
    Angular
  • 3
    Very accessible
  • 3
    Fun
  • 3
    Supports old browsers out of the box
  • 2
    Typescript support
  • 2
    # of components
  • 2
    Interface
  • 2
    Designed for Server Side Rendering
  • 1
    Support for multiple styling systems
  • 1
    Css
  • 1
    Easy to work with
  • 1
    Accessibility

Sign up to add or upvote prosMake informed product decisions

Cons of Expo
Cons of Material-UI
    Be the first to leave a con
    • 35
      Hard to learn. Bad documentation
    • 28
      Hard to customize
    • 21
      Hard to understand Docs
    • 8
      Bad performance
    • 7
      Extra library needed for date/time pickers
    • 7
      For editable table component need to use material-table
    • 2
      Typescript Support
    • 1
      # of components

    Sign up to add or upvote consMake informed product decisions

    What is Expo?

    It is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps.

    What is Material-UI?

    Material UI is a library of React UI components that implements Google's Material Design.

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use Expo?
    What companies use Material-UI?
    See which teams inside your own company are using Expo or Material-UI.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Expo?
    What tools integrate with Material-UI?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    What are some alternatives to Expo and Material-UI?
    React Native
    React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React. The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.
    Ionic
    Free and open source, Ionic offers a library of mobile and desktop-optimized HTML, CSS and JS components for building highly interactive apps. Use with Angular, React, Vue, or plain JavaScript.
    Create React Native App
    Create React Native App allows you to work with all of the Components and APIs in React Native, as well as most of the JavaScript APIs that the Expo App provides.
    Flutter
    Flutter is a mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
    Xamarin
    Xamarin’s Mono-based products enable .NET developers to use their existing code, libraries and tools (including Visual Studio*), as well as skills in .NET and the C# programming language, to create mobile applications for the industry’s most widely-used mobile devices, including Android-based smartphones and tablets, iPhone, iPad and iPod Touch.
    See all alternatives