fusionjs / fusionjs

Modern framework for fast, powerful React apps
https://fusionjs.com
MIT License
1.54k stars 136 forks source link

Support react-router v6.4 Data APIs #784

Open tobeycodes opened 1 year ago

tobeycodes commented 1 year ago

https://reactrouter.com/en/main/routers/create-browser-router#createbrowserrouter

https://github.com/remix-run/react-router/tree/main/examples/ssr-data-router

tobeycodes commented 1 year ago

I have a POC of this working in a similar way to the remix-run example above. I created as a new plugin so it is missing some functionality from the existing react-router plugin.