Software Alternatives & Reviews

How I go with react native in late 2022

Tailwind CSS Redux Persist GitHub Actions axios fastlane Embold.io CircleCI Visual Studio App Center
  1. A utility-first CSS framework for rapidly building custom user interfaces.
    Pricing:
    • Open Source
    There's another option that I haven't used yet, but I think that it's a great option. Nativewind brings tailwindcss to react-native. Some other libraries try to do the same, but I think nativewind looks better than the others.

    #Developer Tools #Design Tools #Website Design 870 social mentions

  2. persist and rehydrate a redux store. Contribute to rt2zz/redux-persist development by creating an account on GitHub.
    For most applications, AsyncStorage works fine. also, you can use it with redux-persist or persist middleware of zustand. In this way, you won't even need to touch the AsyncStorage. My first choice as a database (or just a persistor tool) is zustand and AsyncStorage. This combination can solve storage issues most of the time.

    #NoSQL Databases #Databases #Key-Value Database 17 social mentions

  3. Automate your workflow from idea to production
    Pricing:
    • Open Source
    Since my remote code repository is github, the best way to handle CI/CD pipeline is github actions. Using this tool (or any other tool like gitlab-ci, circleci, etc), You can automate linting, testing, building, and publishing apps. Github actions has great community support. Its best feature is that it's free.

    #DevOps Tools #Continuous Integration #Continuous Deployment 275 social mentions

  4. 4
    Promise based HTTP client for the browser and node.js - axios/axios
    Unless you are developing a calculator app or something like this, you will need some network access and API requests. In my opinion, axios is the best option for networking in any js-based application. Axios is fully configurable, and it's easy to use compared to fetch API (which is the react-native default way).

    #Javascript UI Libraries #Developer Tools #JS Library 109 social mentions

  5. Connect all iOS deployment tools into one streamlined workflow
    Pricing:
    • Open Source
    In my future projects, I want to try ms appcenter and fastlane as well. Specifically appcenter looks pretty useful.

    #Development Tools #Continuous Integration #Application Builder 41 social mentions

  6. Peer Code Review
    Having a code review and analysis tool in CI/CD pipeline can help developers to keep their code clean. Some examples of these tools are sonarqube and embold.

    #Code Analysis #Code Review #Code Coverage 3 social mentions

  7. CircleCI gives web developers powerful Continuous Integration and Deployment with easy setup and maintenance.
    Since my remote code repository is github, the best way to handle CI/CD pipeline is github actions. Using this tool (or any other tool like gitlab-ci, circleci, etc), You can automate linting, testing, building, and publishing apps. Github actions has great community support. Its best feature is that it's free.

    #Continuous Integration #Continuous Deployment #DevOps Tools 61 social mentions

  8. Continuous everything – build, test, deploy, engage, repeat
    Pricing:
    • Open Source
    In my future projects, I want to try ms appcenter and fastlane as well. Specifically appcenter looks pretty useful.

    #Project Management #No Code #Development 24 social mentions

Discuss: How I go with react native in late 2022

Log in or Post with