Mandosis / Alpine-Router

Client-side JavaScript Router
http://chrisrabuse.com/Alpine-Router
MIT License
22 stars 4 forks source link

Project status #4

Open ansarizafar opened 4 years ago

ansarizafar commented 4 years ago

What is the status of this project? Is it dead?

Mandosis commented 4 years ago

Hi ansarizafar,

It's been quite a while since I have looked at this project. If there is interest in it, I could potentially look into doing any necessary refactoring and adding the features I originally wanted to include.

ansarizafar commented 4 years ago

I was looking for a router for Alpinejs https://github.com/alpinejs/alpine when I found this project. There is not router designed for Alpinejs. It would be great If this project is maintained.

Mandosis commented 4 years ago

This project is entirely unrelated to alpinejs and predates that project by two years

lcmen commented 3 years ago

If there is interest in it, I could potentially look into doing any necessary refactoring and adding the features I originally wanted to include.

Do you need any help? I can assist in i.e. updating the codebase to latest TypeScript or fixing linting issues.

I also think it would be awesome if Alpine-Router could intercepts regular link clicks and call navigate on the router instance to prevent full page refresh (something like pinecone-router does here). I can implement it as well.