0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/apps/admin-x-framework
Peter Zimon ec46fa112d
Integrating React Router in ActivityPub (#22234)
ref AP-701

- ATM we're using our in-house routing solution in ActivityPub. On the
mid/long term (ie. Public Beta / GA) it's beneficial to switch to an
existing third-party solution which handles certain use cases that we'd
need out of the box. One of the most popular of these tools is React
Router, for which we've already put together a spike in the Posts app
prototype. This PR is replacing our in-house router with React Router
for ActivityPub and all new React apps.
2025-02-24 13:20:23 +01:00
..
src Integrating React Router in ActivityPub (#22234) 2025-02-24 13:20:23 +01:00
test Added ability to disable Newsletter clicks toggle in settings (#22090) 2025-01-30 17:06:17 -08:00
.eslintrc.cjs
.gitignore Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00
package.json Update dependency react-router to v7.2.0 (#22098) 2025-02-20 16:20:16 +00:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00