Typing animations with React.
npm install react-typist-loopTyping animations with React.
```
npm install react-typist-loop --save
`jsx
import React from 'react'
import Typist from 'react-typist'
import TypistLoop from 'react-typist-loop'
const App = () => (
{[
'Hello World',
'Good Morning',
'Bye',
].map(text =>
)
``