The user-facing part of an application. In a desktop application this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app it would refer to the HTML and JavaScript.
Questions tagged [frontend]
14756 questions
85
votes
27 answers
Error when deploying react app and it keeps sayings << Plugin "react" was conflicted between "package.json » eslint-config-react-app » >>
I have been having a little bit of issues when deploying my create react app, as it fails to compile and tells me Plugin "react" was conflicted between "package.json » eslint-config-react-app »
I was wondering if somebody has encountered the same…

Ruben
- 875
- 1
- 3
- 6
83
votes
5 answers
Warning: This synthetic event is reused for performance reasons happening with
I've been working on a simple react-redux todo example for a class and I came across several warning messages that show in the console everytime I check and uncheck a checkbox input.
You can see the warnings in the following images.
I also did a…

Raymi
- 841
- 1
- 6
- 3
82
votes
6 answers
What is difference between ng build and ng serve?
What is the difference between ng build and ng serve? What exactly done or changes happen after ng build and ng serve?

Dnyanesh
- 919
- 1
- 8
- 13
80
votes
9 answers
How can I bind the html content in vuejs?
I'm trying a demo on vuejs. Now I want the html title to bind a vm field.
The below is what I tried:
index.html
{{ hello }}