# Context Example [![Demo](https://img.shields.io/website?label=demo&url=https%3A%2F%2Fexamples.yew.rs%2Fcontexts)](https://examples.yew.rs/contexts) This is currently a technical demonstration of Context API. ## Concepts The example has two components, which communicates through a context as opposed to the traditional method using component links. ## Running Run this application with the trunk development server: ```bash trunk serve --open ```