ordinary-puzzles-app VS nx

Compare ordinary-puzzles-app vs nx and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
ordinary-puzzles-app nx
5 346
469 21,971
- 2.6%
0.0 10.0
about 1 year ago 5 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ordinary-puzzles-app

Posts with mentions or reviews of ordinary-puzzles-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-13.
  • Is there any good example of real-world open-source application (neither libraries nor frameworks nor samples) written in Typescript?
    9 projects | /r/typescript | 13 Dec 2021
  • Running React Native everywhere: Yarn Workspaces monorepo
    6 projects | dev.to | 16 Sep 2021
    Last, because you're supporting multiple platforms in a single directory, it's easy to end up with confusing indirections and branches in platform-specific files. This may be just a "me" thing, but I find it hard to navigate around configuration files of projects that support multiple platforms. At first glance, it may look like all platforms use the same configuration files. But once you dig a bit deeper, you realize that each platform requires some ad-hoc tweaks to the configuration files (for Metro, Babel, Webpack, etc.). Want an example from a codebase I wrote? Check out Ordinary Puzzles, which is a mobile, web, and Electron app. It's not easy to understand what files are used by which platform (e.g., what platform build phase is using babel.config.js?)
  • React Native monorepo supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extension, electron
    2 projects | /r/reactnative | 7 Sep 2021
    Can't say for sure. It's highly likely you'll need to make some changes to the metro bundle config when you update React-Native. But at least these changes should be less painful to deal with than having to mess with the native code (which you would do if you don't use nohoist). Personally, I prefer this approach to the known alternatives — which are not using a monorepo at all (which can get confusing as soon as you start supporting multiple platforms) or using a monorepo without nohoist. But it might be just a matter of preference 👍
  • Building a desktop application using Electron and Create React App
    9 projects | dev.to | 14 Aug 2021
    I recently needed to wrap a React app generated with Create React App (CRA) with Electron (well, the app itself uses React Native for Web, but it doesn’t matter). My goal was to stay within the Create React App limits as much as possible (without ejecting). There’s no shortage of guides on how to do it online. Still, I couldn’t find one that fully follows the Electron security guidelines and provides a distribution setup using Electron-builder. So, here’s yet another tutorial on how to wrap an app built with Create React App in Electron — from the initial scaffolding up to the distribution workflow.
  • Opensource RN apps (that are in production) - for inspiration
    6 projects | /r/reactnative | 11 Jul 2021
    Ordinary Puzzles - Mobile and web puzzle game built with React-Native

nx

Posts with mentions or reviews of nx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-20.
  • 🍒 Cherry-Picked Nx v18.3 Updates
    2 projects | dev.to | 20 Apr 2024
    One notable feature is the ability to remember selected tabs. When you select a specific tab on a page, all other tabs on the page with the same name will also be selected. This selection will persist during your next visit to nx.dev.
  • Pitfalls of Deploying Hono Js App on Vercel
    3 projects | dev.to | 16 Apr 2024
    Hono does have a template application for Vercel, but in my case, my requirements were different (aren't they always 😅). I was working in a monorepo (using nx) because I wanted to manage my libs, tests, and examples all together in a single place, instead of having different repos.
  • 🍒 Cherry-Picked Nx v18.1 Updates
    1 project | dev.to | 5 Apr 2024
  • How to setup semantic release with GitHub Actions.
    2 projects | dev.to | 29 Mar 2024
    Recently, My coworker is using Nx to automate his workflow, including automated release using semantic version. I found this method quite useful, so I want to re-implement on single GitHub repositories (without Nx).
  • 🩹 Nx Crystal Plugin Picking the Essentials
    1 project | dev.to | 23 Mar 2024
    I started a discussion on GitHub concerning that subject: Design Nx Plugin Project Crystal
  • Things I learned while building projects with NX
    5 projects | dev.to | 18 Mar 2024
    Nx
  • Episode 24/09: Testing without TestBed, SSR & Hydration
    3 projects | dev.to | 16 Mar 2024
  • Announcing AnalogJS 1.0 🚀
    5 projects | dev.to | 14 Mar 2024
    We are looking for companies to partner with on the Analog project to support development of the project. Thanks to Snyder Technologies for being an early adopter and promoter of Analog, Nx for joining us as a sponsor, House of Angular, and many other backers of the project.
  • Storybook 8
    6 projects | dev.to | 12 Mar 2024
    Additionally, thank you to all our community launch partners across the frontend ecosystem for helping us bring Storybook 8 to the world! Thanks to Chromatic, Figma, ViteConf, Omlet, DivRiots, story.to.design, StackBlitz, UXpin, Nx, Mock Service Worker, Anima, Zeplin, zeroheight, kickstartDS, and Kendo UI.
  • ⏰ It’s time to talk about Import Map, Micro Frontend, and Nx Monorepo
    9 projects | dev.to | 11 Mar 2024
    The advent of esbuild, the native support for ES Modules in browsers, the widespread adoption of import map, the emergence of tools like Native Federation, and the Nx ecosystem all combine to forge a flexible and well-maintained Micro Frontend Architecture.

What are some alternatives?

When comparing ordinary-puzzles-app and nx you can also consider the following projects:

react-native-picture-puzzle - ⚛️ 🧩 A picture puzzle component.

turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

concurrently - Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.

single-spa - The router for easy microfrontends

super-auto-pets-db - This database website is an un-official guide and reference for the pets, food and stats from the game Super Auto Pets.

vite - Next generation frontend tooling. It's fast!

mobx-angular - The MobX connector for Angular.

lerna - :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

electronmon - 🖥 run, watch, and restart electron apps using magic

create-react-app - Set up a modern web app by running one command.

minimatch - a glob matcher in javascript

pnpm - Fast, disk space efficient package manager