linkedpipes / dcat-ap-viewer

Viewer of DCAT-AP 2.0.1 compatible dataset metadata
MIT License
6 stars 6 forks source link

Next steps #283

Open skodapetr opened 1 year ago

skodapetr commented 1 year ago

We may employ Verce.js and react-query to support server-side rendering. This would also allow-us to run caching on the server side.

The disadvantage is that, now the application can no longer be hosted as static website. We may need to split the project into multiple sub-projects to keep the option of static hosting.