brackets-viewer.js icon indicating copy to clipboard operation
brackets-viewer.js copied to clipboard

Support client-side and server-side rendering

Open Drarig29 opened this issue 4 years ago • 0 comments

The library would generate virtual dom and there would be two possible renderers: one client-side and one server-side.

Just need to find something to handle virtual dom and diffing or make my own. (Try to stay small in size).

Also, apparently i18next (one of the dependencies) works on Node.js.

Drarig29 avatar Mar 31 '21 09:03 Drarig29