yahooeng.tumblr.com/post/122162710056/easier-instrumentation-with-react-i13n

react-i13n is provided for all React.js users to have a performant and scalable approach to instrumentation.

Typically, you have to manually add instrumentation code throughout your application, e.g., hooking up onClick handlers to the links you want to track. react-i13n provides a simplified approach by letting you define the data model you want to track and handling the beaconing for you.

react-i13n is made to be pluggable, it does this by building its own eventing system so you can define your own plugin for your preferred instrumentation libraries.

Moreover, by using react-i13n, you can define your instrumentation data with an inherit architecture, it does this by building an instrumentation tree that mirrors your applications React component hierarchy. With the instrumentation tree built with react life cycle events, we can get all the information we need in memory instead of DOM manipulation, which is efficient and fast.

react-i13n is simple, flexible and performant. Please try it, add your own plugins and provide us feedback at github.

By Kaeson Ho, Seth Bertalotto, Rafael Martins, Irae Carvalho


Comments (0)

Sign in to post comments.