React Navigation & ORM based on MobX


Summary of my bookmarked Github repositories from Mar 8th, 2023

Github repositories

  • Andrey-Omelyanuk/mobx-orm

    MobX-ORM is a reactive Object-Relational Mapping (ORM) library based on MobX. It draws inspiration from ember-data and js-data. Please note that it is not the same as the npm package named mobx-orm. For developers, it is recommended to use Docker for development, which can be set up using the provided makefile. If you prefer not to use Docker, you can refer to the commands in the package.json file for running scripts. Additionally, there are specific notes and instructions for running tests and debugging.

  • react-navigation/react-navigation

    React Navigation 6 is a powerful routing and navigation library for React Native apps. It provides seamless navigation capabilities and offers a variety of package versions to suit your needs. The documentation can be found at reactnavigation.org. If you're specifically looking for version 4, you can find the code in the 4.x branch. If you're interested in contributing or installing a forked version from GitHub, there are detailed instructions provided in the contribution guide. You can use gitpkg to publish and install forked packages easily.