Tagged in

JavaScript

KADIRA VOICE
KADIRA VOICE
A Dive Into Meteor, GraphQL, React & Web in General
More information
Followers
5.4K
Elsewhere
More, on Medium

Kadira: Shutting Down

I think this might not be a surprise for you, if you follow recent discussions on Meteor forums. As of the 31st of December, we are shutting down almost everything related to Kadira. As I said earlier, if you are using Kadira APM, you could still use it to monitor Meteor apps as long as…


Releasing Storybook 2

We released React Storybook in late March, where we introduced a new way to develop the UI component for React. We got a lot of feedback and contribution, continuously.

As a result of that, a lot of people started to believe the concept of Storybook and used it in…


Stubbing React Containers for Testing

In many React apps, we follow the Container pattern with whatever container library we use, whether it’s Redux, React Komposer, Meteor or something else. We have a set of presentational UI components with some containers that wrap UI components with the data.


More Ways to Extend React Storybook

We wanted React Storybook to be stable and customizable from day one. This came with a price: contributing to React Storybook was harder. That’s due to some technical limitations and strict rules we have imposed when accepting PRs.