michalpokojski

Results 4 comments of michalpokojski

another solution that works for me: ```JavaScript import React from 'react' import Label from 'Shared/components/FormElements/Label/Label' import ReCAPTCHA from 'react-google-recaptcha' import withTranslations from 'Shared/hoc/withTranslations' class Captcha extends React.Component { captcha =...

my implementation of sort, filter and pagination : ```import React, { Component } from 'react' import DataTables from 'material-ui-datatables' import users from '../data/users.json' import { sortByStringAscending, sortByStringDescending } from '../helpers/sorting'...

I think something in twitter api changed cause its started to exceeding for me too