How to Render Streams with React

Learn how to simplify streams rendering with Kefir and React

Dmitriy Kharchenko
Bits and Pieces
Published in
3 min readSep 30, 2019

--

TLDR; You don’t have to be a javascript ninja to start using streams with React. The article shows a few examples demonstrating how and the component that makes it all so simple.

Photo by Florian Wehde on Unsplash

Streams are awesome. Everything that happens on client-side can be reduced into a stream: a stream of…

--

--