Skip to content Skip to sidebar Skip to footer
Showing posts with the label Version

React V15.0.0: Since That Rendertostring Is Deprecated, How To Go About Server-side Rendering?

There is a new release candidate of React, v 15.0.0. Since the renderToString method now is depreca… Read more React V15.0.0: Since That Rendertostring Is Deprecated, How To Go About Server-side Rendering?

How Can I Detect The Browser Version With Js?

I need to detect the OS version with JS not just the OS type. Is this possible? Solution 1: My nav… Read more How Can I Detect The Browser Version With Js?