rollthecloudinc / quell

Climate aware CMS breaking web apps free from carbon emissions.
https://demo.carbonfreed.app/pages/create-panel-page
GNU General Public License v3.0
14 stars 1 forks source link

meilisearch integration #293

Open ng-druid opened 2 years ago

ng-druid commented 2 years ago

Create integration that would allow users too easily persist entities and fetch data from meilisearch.

https://docs.meilisearch.com/learn/getting_started/quick_start.html#front-end-integration

Other possibilities here could be to implement react front-end integration using a federated micro-frontend. Create separate repo with react micro-frontend that uses the webpack react extension as a starter point.

https://github.com/rollthecloudinc/webpack-react

There is an opportunity here to build a demo that demonstrates both meilisearch and module federation considering the react micro-frontend Angular hybrid app has been worked out. React app can be embedded inside druid Angular shell.


Create react app with module federation that be embedded into druid shell. The react app will basically be the exact same JavaScript inside the demo below.

https://docs.meilisearch.com/learn/getting_started/quick_start.html#front-end-integration

This brings up another point that instasearch react apps can now be supported in druid. If I recall correctly this would include Agnolia as well.