'design-pattern' - 2 results found...

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.

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!