Tom George
1 min readNov 14, 2018

--

Beautiful. Great starting point.

I did get start well.

Now I tried to install and use react-boostrap’(https://react-bootstrap.github.io/).

For some reason I am unable to use ‘import’ and use components.

Example:
import Table from “react-bootstrap/lib/Table”;

does not render.

What is the correct way to import for extensions?

Thanks

--

--