Best of Mobile DevelopmentAugust 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Micro-frontend with React and Next.js

    The bottom line is that you should split your project up so that the user experience won't be disturbed. It should look like this: We have to expose our component to make it globally available for another micro-frontend. We will use the exported component of fe1 and the function of fe2. Let’s treat fe3 as a consumer. Let's treat fe2 as a customer. Let�’S treat fe1 as a consumers.

  2. 2
    Article
    Avatar of tilThis is Learning·4y

    This new GIT push config will save you lot of frustration!

    The current branch feature/my-cool-branch has no upstream branch. To push the current branch and set the remote as upstream, use git push. To see it live, you can have a look at a short YouTube video.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Deploying React apps to GitHub Pages

    GitHub Pages is a service from GitHub that enables you to add HTML, JavaScript, and CSS files to a repository. A React app can be hosted on GitHub Pages in a similar manner. For this tutorial, we’ll be using create-react-app but you can set up the project. In your GitHub account, click the + icon in the top right and follow the prompts to set up a new repository.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Do's and Don'ts of Creating Your Portfolio Website

    A portfolio website is something most developers will attempt to build at some point in their careers. It can be a great tool for finding customers, getting hired, and showcasing your work, technical skills and know-how. Here are some Do's and Don'ts that will hopefully help you build a better portfolio website.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Flangapp - Convert your websites into mobile apps without coding

    Use the capabilities that combine leading native technologies in creating an application without coding skills. Enter website link, customize brand design, set up navigation and get your mobile app.

  6. 6
    Article
    Avatar of hnHacker News·4y

    d07RiV/diabloweb: Diablo 1 for web browsers

    Diablo 1 for web browsers! This project is based on the code to build the WebAssembly modules. This allows shareware version to be played anywhere, even on mobile phones.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Building Progressive Web Apps using React

    A progressive web app is a modern web technology that has most of the benefits of native apps. It essentially combines the qualities of web and native apps to provide a better user experience and conversion rates. The PWA is fast, safe to use, works without an Internet connection, and resolves some of the problems with websites and mobile apps.

  8. 8
    Article
    Avatar of shopifyShopify Engineering·4y

    Mastering React’s Stable Values

    UseState and useReducer return a state update function that is constant – the hook will always return the same function. UseFocusEffect has to assume that this new function’s behavior is different and what it does (on every render) is call the cleanup function unsubscribe. The pitfall is in how we tell React to render the JSX.

  9. 9
    Article
    Avatar of devgeniusDev Genius·4y

    Kotlin Multiplatform vs Flutter

    Kotlin Multiplatform (KMM) is an excellent choice for creating mobile apps. Flutter is a cross-platform framework to target iOS and Android with a single codebase. Dart is a C/J Javascript-like programming language that may be very familiar with some of these languages.

  10. 10
    Article
    Avatar of hnHacker News·4y

    Don’t call it a comeback: Why Java is still champ

    Java has been among the top three languages since its launch in 1995. Companies like Amazon, Google, Netflix, Pinterest, Spotify, Square, and Zoom all employ Java across their codebases. In just two years Java ranked number three in popularity, outpaced only by C and C++.

  11. 11
    Article
    Avatar of logrocketLogRocket·4y

    The guide to adding Google login to your React app

    Google is the most popular email platform in the world, allowing users to use Google login with your React app. Users can begin using an application almost immediately without having to create a completely new account. In this article, we will learn how Google login works and how we can add it in our React app using a package called react-google.

  12. 12
    Article
    Avatar of quick_codeQuick Code·4y

    7 Free Online Flutter Courses to learn App Development

    Flutter is a cross-platform software development kit created by Google. The course will introduce you to Flutter, a high-performance and intuitive framework for building Android and iOS apps from scratch. It is a top-rated free Flutter course on Udemy with a 4.0 out of 5-course rating and a 1-hour 41-minute length.

  13. 13
    Article
    Avatar of logrocketLogRocket·4y

    The state of Rust GUI libraries

    Rust has been growing in popularity over time, likely due to its flexibility and vibrant open source community. You can use many packages and crates to develop fast, complex GUI applications in Rust. We’ll also compare these GUI libraries and discuss how they’re a good choice for building your GUI application.

  14. 14
    Article
    Avatar of codemotionCodemotion·4y

    Create a Chat App in 30 Minutes with React Native and Firebase

    The chat app will have a log-in and registration screen, allowing users to add chats in a real-time chat application. This tutorial will give you a comprehensive, step-by-step guide on building a secure and functional chat app with React Native and Firebase. The components of the chat app are as shown below.

  15. 15
    Article
    Avatar of logrocketLogRocket·4y

    Choosing the best ecommerce platform for your Vue.js app

    Themes Theming in Snipcart is built on CSS variables, making it easy for developers to switch the theme to fit their brand specifications. Powr has a suite of 60+ apps that you can start using on your Vue.js website for free. POWR provides 24/7 customer support and a help center, and its team of engineers works around the clock to ensure their system is operating smoothly.

  16. 16
    Article
    Avatar of phProduct Hunt·4y

    Instagram Downloader - Download Instagram content easily