jQuery('.js-notifications-table').each(function () {
    var NotificationsTable = require('./components/notifications/NotificationsTable');
    React.render(<NotificationsTable notifications={notifications} />, jQuery(this)[0]);
});