Terminology โ
Repo โ
repo is short for repository. A repository is a storage location where your project's files, code, and related assets are kept.
DRY โ
Don't Repeat Yourself
Sharding โ
separating different rows of information from the table and storing them on different machines
DOM โ
Document Object Model
Higher-Order Component (HOC) โ
A higher-order component (HOC) is a function that takes a component and returns a new component with additional features or behavior. HOCs are a technique in React that allows developers to reuse logic across components, which can help to prevent code repetition and make applications more maintainable
SSG โ
Static Site Generation
SSR โ
Server Side Rendering
JSON โ
JavaScript Object Notation
BSON โ
Binary Javascript Object Notation
XXS โ
Cross Site Scripting
