Creating react-highlighter component

If you were creating your own autocomplete in jQuery, React or any other library/framework you probably wanted to highlight some letters of each item that matches user search criteria something like this: In this article I will explain idea, and also solution that has only few lines of code. When I tried to do this

Comparing underscore.js with Linq

If you are .NET developer you are probably spoiled by how it is easy to manipulate collections using LINQ. However, if you are full stack developer and write a lot of Javascript you know that is not elegant to manipulate collections in JavaScript. It is possible to use TypeScriptand use something like: https://github.com/kutyel/linq.ts. However, topic of this