Skip to content

schabibi1/remix-optional-segments

Repository files navigation

Remix Optional Segments Example

This is an example of how to use the optional segments feature of Remix. As this example focuses on the Optional Segments feature, it doesn't have further features from Remix Tutorial, "Data Mutations" section and the rest of the tutorial features.

How it should work

  • Select 🇯🇵 on the UI → You'll see localized names in Japanese with ja slug in the URL
  • Select 🇺🇸 on the UI → You'll see default language names in English without default language slug in the URL

How to test it locally

  1. Fork and clone the repo
  2. npm i
  3. npm run dev
  4. Open http://localhost:3000/contacts in your browser

Note

If you want to change localized data (names, etc), you can find them in app/data.ts.

Contributing

If you're interested in contributing code to this project, please create a new issue or a PR. You can see the example PR from Brooks: PR#1 (Thank you Brooks for reviewing the code and creating the PR! 🙌)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published