Saksham Jain

Results 6 comments of Saksham Jain

@christhomas please archive this repo as it is no longer under development/maintenance and also we have typings from @typings/react-bootstrap provided by Definitely Typed

@christhomas To reduce size of app, instead of doing `import Button from 'react-bootstrap'` we can do `import Button from 'react-bootstrap/lib/Button'`. But the TSD are made using `react-bootstrap/src/Button` so error pops...