Tag: frontend
All the articles with the tag "frontend".
-
Set up webpack for mock testing
Use connect-api-mocker and webpack dev-server proxy to mock or forward backend API calls so React UI development can proceed independently.
#react #javascript #frontend #tooling Read -
Set up react in NodeJS
Combine a React frontend and NodeJS backend into a single server to avoid CORS, serving both static bundles and dynamic /api routes.
#react #nodejs #javascript #frontend Read -
Math.js and Plotly.js in React
A small React demo that evaluates any f(x) with math.js and plots it with Plotly — plus the plain-HTML equivalent.
#react #javascript #math #frontend Read