Top "Frontend" questions

The user-facing part of an application.

What is Bootstrap?

There are a lot of questions here related to Bootstrap. I see a lot of people using it. So I …

html css twitter-bootstrap frontend
Convert javascript array to string

I'm trying to iterate over a "value" list and convert it into a string. Here is the code: var blkstr = $.…

javascript jquery arrays string frontend
Get form data in ReactJS

I have a simple form in my render function, like so: render : function() { return ( <form> <input type="…

javascript html reactjs frontend
What are the most common font-sizes for H1-H6 tags

I've always been unsure of where to start as a general best practice baseline. Yes, I know it depends on …

html css frontend
Insert HTML with React Variable Statements (JSX)

I am building something with React where I need to insert HTML with React Variables in JSX. Is there a …

javascript html frontend reactjs react-jsx
nodemon command is not recognized in terminal for node js server

I am doing node.js server setup from https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens. I am new in node.js. I …

javascript node.js frontend nodemon
good postgresql client for windows?

coming back to postgresql after several years of oracle ... what are the state-of-the art postgresql administrative/ddl generating/data inserting …

windows postgresql frontend postgis
How to get all the values of input array element jquery

Here is my html input elements <input type="text" name="pname[]" value="" /> <input type="text" name="pname[]" …

javascript jquery html frontend
Vue.js—Difference between v-model and v-bind

I'm learning Vue with an online course and the instructor gave me an exercise to make an input text with …

javascript mvvm frameworks vue.js frontend
What is {this.props.children} and when you should use it?

Being a beginner to React world, I want to understand in depth what happens when I use {this.props.children} …

javascript reactjs react-redux frontend