Skip to content

Common Tooling library #30

Open
Open
@volrath

Description

@volrath

By Common Tooling I refer to all tooling features that can be shared and reused by UNREPL clients.

In slack @pesterhazy and I were discussing on the best way to accommodate for this. Current options on the table are:

  1. Mono repo: React style, they have react, react-server, react-dom, ... all in the same REPL.
  2. Separate repo: each client would be responsible to consume this repo, either by including it as a jar file or as a submodule/subtree.

Currently we lean to the second option. This repo/library should be as thin as possible in term of dependencies.

Dependencies should be 'shaded' at build/release time with something like MrAnderson (see also Unrepl/unravel#64)

Clients may also have to shade their inclusion of this library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions