Welcome
To read some *Random Jots*, mostly related to my work and life
Learning reactjs flux, node, electron ... (Part-20)
Adding support for receiving emoji and emoticons.
Learning reactjs flux, node, electron ... (Part-19)
A lot of things has been changed since the last post. Few more features has been added into the application, new icon has been created, started working with inno-setup to create setup files, changed from gulp-atom to gulp-electron for packaging the application with electron shell…
Learning reactjs flux, node, electron ... (Part-18)
As of now the chat thread does get updated when we send or receive message, but we need to scroll to bottom to see the latest message. In this post we will make the chat thread scroll to end automatically.
Learning reactjs flux, node, electron ... (Part-17)
In this post we will clean up the chat component by dividing it further into multiple subcomponents.
Learning reactjs flux, node, electron ... (Part-16)
In previous post we converted the login form to material-ui desing. In this post we will convert the inner pages.
Learning reactjs flux, node, electron ... (Part-15)
So far the UI for our project looked quite dull. And I was quite bored looking at the UI, so I decided to go for some styling. It was also meant to be a breath of fresh air for the project which was getting quite monotonous.
Learning reactjs flux, node, electron ... (Part-14)
In this post we will add a very basic interactivity functionality. When any friend in friend list is clicked that friend should be the active friend.