Top "Frontend" questions

The user-facing part of an application.

angularjs auto reload when backend change

I need in my app to auto refresh when the back-end changes. I added a button to reload the GET …

angularjs rest frontend backend
Separate Admin and Front in codeigniter

What is the best way to separate admin and front-end for a website in codeigniter where as I was to …

codeigniter admin frontend
Warning: This synthetic event is reused for performance reasons happening with <input type="checkbox" />

I've been working on a simple react-redux todo example for a class and I came across several warning messages that …

javascript reactjs react-redux frontend
Is there a giant 'asset page' of all Bootstrap elements that I can re-style?

http://twitter.github.com/bootstrap/base-css.html See all the example elements, like h1, h2, h3, inputs, etc? I'm looking …

html css web-applications twitter-bootstrap frontend
How do I use "custom filter" prop in data tables in vuetify? or How do I create a custom filter to filter by headers?

As of date of posting, I cannot find any documentation to use the "custom filter" prop in data tables. I …

vue.js frontend vuetify.js
Ember.js or Backbone.js for Restful backend

I already know that ember.js is a more heavy weight approach in contrast to backbone.js. I read a …

ruby-on-rails rest backbone.js ember.js frontend
How to let react router respond with 404 status code?

I'm using react router as root and all requests under "/" are directed to react router. And when react router found …

javascript reactjs http-status-code-404 frontend react-router
Display Json Array Angular 5 HttpClient

I'm a beginner in Angular5 and I need your help... I made an API in my backend (Java/Spring Boot) …

json httpclient frontend display angular5
Tricky Button Moving Away when Mouseover in Javascript?

I remember seeing some website or script on the web about this funny / tricky button: Basically it's a button that …

javascript jquery html frontend
Frontend testing: what and how to test, and what tool to use?

I have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously …

testing jasmine frontend ui-automation casperjs