Practical Guide to React and CSS Modules

Practical Guide to React and CSS Modules January 22, 2017

Web developers have spent tremendous time and effort to make reusable components. One of the problems has been CSS and its cascading nature. For example, if

Problem Solved: Custom Checkbox not Working on Edge

Problem Solved: Custom Checkbox not Working on Edge October 16, 2016

The problem In the current project, I made a custom checkbox. The custom implementation used native control and didn't rely on any JavaScript, but for some

How to use contenteditable attribute

How to use contenteditable attribute March 04, 2015

What does contenteditable attribute do? According to Mozilla Developer Network: The contenteditable global attribute is an enumerated attribute indicating if the element should be editable by