UNPKG

@arnelirobles/rnxjs

Version:

Minimalist Vanilla JS component system with reactive data binding.

6 lines (4 loc) 152 B
export const registeredComponents = {}; export function registerComponent(tagName, componentFunc) { registeredComponents[tagName] = componentFunc; }