Learn how to customize Gatsby's GraphQL schema to query data from multiple sources efficiently in this informative article.Gatsby 5: How to query data from multiple GraphQL sources2023-09-15 in Front-end tagged Frontend / Gatsby / GraphQL / JavaScript / React / Static Site / Web by Marc Nuri
YAKC - Kubernetes Dashboard is a full-fledged reactive Kubernetes web UI built on top of Quarkus and ReactJSYAKC – Kubernetes Dashboard2020-12-05 in Pet projects / Operations tagged Frontend / Java / Kubernetes / OpenShift / Quarkus / React / YAKC by Marc Nuri
JavaScript/React front-end and Java back-end application with Quarkus. Quarkus acts as an API gateway to serve FE static files or process other BE requests.React + Quarkus integration using Maven2020-09-21 in Java tagged Maven / Quarkus / React / YAKC by Marc Nuri
Gatsby enables source map generation by default even in production mode, learn how to conditionally disable source maps for production environment.Gatsby: Disable source maps in production2019-07-27 in Front-end tagged Frontend / Gatsby / JavaScript / React / Static Site / Web / Webpack by Marc Nuri
Follow-up on my previous post where I prepared a ReactJS application from scratch using Webpack+Babel to support Sass. Now using Babel 7 and its new features.React: Babel 7 support in boilerplate application2019-03-16 in Front-end tagged Babel / Frontend / JavaScript / Node / npm / React / Sass / SCSS / Webpack by Marc Nuri
The tutorial shows how to install all node dependencies and how to setup Webpack 4 and Babel to create a basic React application. The last section shows how to add support for Sass (SCSS) using global styles and per component styles using CSS modules.React : Babel + Webpack + Sass boilerplate application2018-07-08 in Front-end tagged Babel / Frontend / JavaScript / Node / npm / React / Sass / SCSS / Webpack by Marc Nuri