kibana/examples/bfetch_explorer
Patryk Kopyciński 09577fa0af
Add react-router-dom-v5-compat (#159173)
## Summary

Prep work for bumping react-router to v6
Following https://github.com/remix-run/react-router/discussions/8753

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-14 05:13:15 -07:00
..
public Add react-router-dom-v5-compat (#159173) 2023-06-14 05:13:15 -07:00
server fix all violations 2022-04-16 01:37:30 -05:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json [Shared UX] Adoption of Shared UX Route component (#150357) 2023-02-14 19:25:04 +00:00

bfetch explorer

bfetch is a service that allows you to batch HTTP requests and stream responses back.

This example app demonstrates:

  • How you can create a streaming response route and consume it from the client
  • How you can create a batch processing route and consume it from the client

To run this example, use the command yarn start --run-examples.