How to run a Remix app + package with turborepo

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • remix-forms

    The full-stack form library for Remix and React Router

  • Developing remix-forms was cumbersome because it wasn't connected directly to a Remix app using it. Testing the initial iterations involved publishing the package and importing it on a separate test web app. It was quick and dirty, and it worked when we had a couple of people writing it.

  • sample-package-monorepo

    How to configure a monorepo with a Remix app + local packages

  • Spoilers: check remix-forms for the end result or go to the sample monorepo to see a working configuration without any business logic.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • turborepo

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

  • // ./turbo.json { "$schema": "https://turborepo.org/schema.json", "baseBranch": "origin/main", "pipeline": { "build": { "dependsOn": [ "^build" ], "outputs": [ "dist/**" ] }, "lint": { "outputs": [] }, "test": { "outputs": [], "dependsOn": [ "^build" ] }, "dev": { "cache": false } } }

  • remix

    Build Better Websites. Create modern, resilient user experiences with web fundamentals.

  • But Remix only rebuilds when the apps/web folder changes, not when the package does. Enter the brand new config.watchPaths from Remix 1.6.4!

  • nx

    Smart Monorepos · Fast CI

  • Nx

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Supermemory - ChatGPT for your bookmarks

    2 projects | dev.to | 14 Apr 2024
  • Next.js Shopify eCommerce Starter with Perfect Web Vitals 🚀

    2 projects | dev.to | 12 Apr 2024
  • dev.to wrapped 2023 🎁

    2 projects | dev.to | 7 Dec 2023
  • Setting up a project for Server and Client inside VS Code?

    3 projects | /r/webdev | 25 Jun 2023
  • Fhtagn – a tiny CLI programs tester written in Awk

    3 projects | news.ycombinator.com | 19 Jun 2023