Customize Remix route convention

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-flat-routes

    Remix package to define routes using the flat-routes convention

  • I discovered this possibility through the publication of an npm package remix-flat-routes To be short it is enough to modify the configuration file remix.config.js

  • remix-routes

    Make remix file-system routing convention easy to customize

  • Personally I like to organize my files by feature. The problem with the previous conventions is that all the files present in the routes folder are effective routes. That's not what I want. I want to be able to add method files for example in a feature but not considering this file as a route. I wrote my own package for this convention: @remix-routes/feature The routes will only be files in a folder or nested folder named routes if there is a folder in a routes folder then its page will be its index.tsx and its nested pages will be in a subfolder routes . For more details, see the documentation. To use it we define this convention in remix.config.js

  • 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
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

  • Show HN: Unforget, the note-taking app I always wanted: offline first, encrypted

    3 projects | news.ycombinator.com | 11 Jun 2024
  • Burn To Earn: What is The Secret Formula?

    1 project | dev.to | 11 Jun 2024
  • I just made React/Next Design Pattern Repo

    1 project | dev.to | 11 Jun 2024
  • Show HN: Revideo – Create Videos with Code

    5 projects | news.ycombinator.com | 11 Jun 2024
  • 🚀 How to Create React Components Really Quick 🛠️

    1 project | dev.to | 11 Jun 2024