Example React app that allow us to finds posts.
Link for that is here: https://stanfortonski.github.io/examples/react-posts-searcher
When you start application all posts are loaded to container and cached to use them later. If you type something on searchbar application fires onChangeEvent and seeks cached posts using regex.
npm install
npm start