Member-only storyStorybook Add-ons for the React component libraryErnesto F·Follow4 min read·May 9, 2020--SharePhoto by Roman Koval from PexelsFrom time to time I go back to an old repository and update its dependencies.outsrc/my-componentsThis is a template repo. just clone it, export it and rename to set your own component library module name. To install…github.com
Ernesto FinLevel Up CodingDeploy your NextJS Application on a different base path (i.e. not root)One of NextJS default assumptions is that we will deploy our applications on the root base path of a domain. This is / . NextJS routing…·7 min read·Dec 5, 2019--10
Ernesto FinLevel Up CodingCreate an API on the edge using TypeScript and Cloudflare WorkersOn a previous post we described how to use Cloudflare Workers to deploy a static generated website directly to the edge. We also described…·10 min read·Feb 9, 2020--
Ernesto FinITNEXTDeploy an App on Kubernetes (GKE) with Kong Ingress, LetsEncrypt and Cloudflare.If you have a small app (hopefully a couple of microservices, Frontend and Backend) I wouldn’t recommend you use Kubernetes to deploy them…9 min read·Nov 30, 2019--1
Ernesto FinGoogle Cloud - CommunityServer Side Rendered React on Google Cloud FunctionsRendering HTML is one of the use cases of Serverless I first tried. I like the idea of:5 min read·May 24, 2017--4
Yasmin RodriguezinBetter ProgrammingCreating a Reliable JavaScript Library: A Step-by-Step GuideMaster the process of building and maintaining your own JS library·5 min read·Jan 9--
J HinterExporting a Web Component from a React Codebase using Webpack: A step-by-step guideLearn how to export a web component from a React codebase using Webpack in this step-by-step tutorial.·5 min read·Dec 24, 2022--
Adhithi RavichandranUnderstanding Server Components in React 18 and Next.js 13With the release of Next.js 13, they have a new /app directory that has newer approaches to data rendering, fetching, and also uses the…·5 min read·Feb 15--3
Shuvo HabibMonorepo: Lerna Project Setup — React and Node.js Application under the same umbrellaIn the last few years, Monorepo has gained considerable adoption. People are discussing more and more, if they really need it or not…·6 min read·Feb 2--
Jennifer FuinBetter Programming7 Examples To Master Highcharts in ReactThe enterprise-grade JavaScript charting library·13 min read·Dec 12, 2022--
Toru EguchiinITNEXTCreate React v18 TypeScript Project with ViteWith create-vite and create-react-app, you can properly and super easily setup a React TypeScript project with Vite. However, what if you…·7 min read·Feb 5--1