remix-flat-routes VS remix-routes

Compare remix-flat-routes vs remix-routes and see what are their differences.

remix-flat-routes

Remix package to define routes using the flat-routes convention (by kiliman)

remix-routes

Make remix file-system routing convention easy to customize (by simonboisset)
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-routes
3 1
611 0
- -
6.8 10.0
20 days ago over 1 year 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.

remix-flat-routes

Posts with mentions or reviews of remix-flat-routes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-13.
  • 6 Routes à connaître si tu utilises Remix (guide complet)
    2 projects | dev.to | 13 Feb 2024
  • Remix for Ecom site?
    2 projects | /r/reactjs | 16 May 2023
    Remix is about to release V2 which emphasises flat routes, but we are using a package called remix flat routes to customise it a bit further for our particular requirements, particularly hybrid routes and collocation. But don’t worry about that. The point is that remix won’t force a convention on you.
  • Customize Remix route convention
    2 projects | dev.to | 6 Sep 2022
    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

Posts with mentions or reviews of remix-routes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-06.
  • Customize Remix route convention
    2 projects | dev.to | 6 Sep 2022
    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

What are some alternatives?

When comparing remix-flat-routes and remix-routes you can also consider the following projects:

blues-stack - The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.