'react' - 9 results found...

Introduction To Codefee Time

2020/9/13
thumbnail
The is an introduction to Codefee Time hosted by NCC. Come on in and have a sip! ;-)

Building a Map with React, SVG and D3.js

2021/2/6
thumbnail
An experiment to build a world map visualizing coffee taste profiles from different region in the world. The map was built using React, SVG and some help of D3.js and Python.

Building Web Application with React + Apollo Client + GraphQL + .NET Core WebAPI

2020/11/1
thumbnail
This article explains how to build a web application using React, GraphQL and .NET Core WebAPI. I will address some of the main problems that I faced along the way. Working code repo on GitHub https://github.com/DriLLFreAK100/graphql-dotnet-poc

Starting Codefee-Kit

2020/10/12
thumbnail
Kicking off my exciting React Component Library project, Codefee-Kit. A simple UI kit for building React projects. Mainly to deep dive into design systems and web frontend core technologies

TypeScript - Class or Interface for Model?

2021/6/20
thumbnail
This article discusses when to use Class and Interface for model in TypeScript (TS). It also suggests a model organisation pattern called Request-Response pattern.

Rollup Config for React Component Library With TypeScript + SCSS

2021/3/4
thumbnail
This article focuses on the Rollup configs required to build a reusable React Component Library with TypeScript (TS) and SCSS.

React Dynamic Component

2021/6/28
thumbnail
This article explains how to create dynamic components in React using JSX. It's also loaded with a practical Heading component example in it!

Tree-Shaking a React Component Library in Rollup

2021/9/25
thumbnail
This article explains some pointers on how to achieve proper Tree Shake for a React Component Library bundled with Rollup. In fact, it is applicable to any other libraries in Node. The secret lies in sideEffects...

Using Docker Compose with Nx Monorepo For Multi Apps Development

2022/1/22
thumbnail
This article gives a walkthrough on how we can streamline a multi-apps monorepo development by leveraging Nx and Docker Compose