tessellate icon indicating copy to clipboard operation
tessellate copied to clipboard

Server-side React render service.

Results 12 tessellate issues
Sort by recently updated
recently updated
newest added

Hi team, I tried to build a micro frontend POC using Tailor. I just have a concern that what is the advantages of generate and bundle JS code from JSON....

tessellate-bundler should have support for publishing bundles to AWS S3 and other configurable targets. It may be a good idea to also adopt the middleware approach from #81 to do...

feature
bundler

First, it's a great project and really inspired me! From the example, I have seen how making json to js and create the page, and I have a question about...

### What tessellate-bundler should have a complete [Open API](https://github.com/OAI/OpenAPI-Specification) specification of it's API. ### Why For users and client implementors it's very helpful to have this documentation. ### Proposal *...

bundler
docs
help wanted
good first issue

tessellate-fragment should have a complete [Open API](https://github.com/OAI/OpenAPI-Specification) documentation of it's API.

fragment
docs

tessellate-bundler should include documentation for usage and configuration options.

bundler
docs

tessellate-fragment should include documentation for usage and configuration options.

fragment
docs

### What Add a plugin system for fetching external data (bundles and properties) and move all such logic into plugin packages. ### Why Depending on the deployment context, custom logic...

feature
fragment

For extensibility, e.g. adding authentication, tessellate-bundler and -fragment should expose the API of tessellate-server to add custom middleware.

feature

Currently when the `tessellate-fragment` gets a request, it - fetches sources (HTTP) - fetches bundle (HTTP) - fetches content (HTTP) - renders the fragment by loading the bundle (js) and...

question