React Redux actions as string constants in separate file
In our React Redux tutorial, we tried to keep things as simple as possible to begin. Hence, it was using strings as the action type … In larger more complex apps, there are some advantages...
read moreComparison with React vs Angular vs Vue Frameworks
Here is yet another comparison between the top front-end web development frameworks being React, Angular, and Vue.js Angular is a full-featured “opinionated” framework. That means you...
read moreWhat to do with the ws url from Node –inspect?
So you run … node –inspect index.js and you get an URI that starts with ws. What to do with it? Copy and paste it in the following URL in your browser replacing the xxx with the ws (web...
read morelet keyword in Javascript ES6
Javascript E6 introduced the “let” keyword that works similar to the “var” keyword in defining new variables. The difference is that “let” uses block scoping. ...
read moreTutorial on Rendering an Array of Components
In the last tutorial, we rendered one PictureBox component, now we continue where we left off and render an array of PictureBox components. 1. In our app.jsx, we pass an options object that consists...
read moreVideo: Chris Coyier Talks about CSS Pseudo Elements
Chris Coyier of CSS-Tricks.com and QuotesOnDesign.com talks at WordCamp San Francisco 2011 about CSS pseudo elements … Pseudo elements are different from pseudo selectors because the former...
read moreHow to show hidden files and folders in Windows
To show hidden folder (which are named with a dot as the first character) in Windows 7… 1. Press Alt while in Windows Explorer. You will get a menu show up. 2. Select the menu...
read moreRemoving the version stamp on WordPress CSS stylesheet
If you look at the source code output of WordPress site, you see a version stamp on the css file. For example, the reference to the main style.css stylesheet shows...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.