clearloop / elvis

Your wasm UI library
https://elvisjs.github.io/
MIT License
108 stars 8 forks source link

Mozilla Builders Status Reports: Week-2 #43

Closed clearloop closed 4 years ago

clearloop commented 4 years ago

Week 2

Launch Date

2020-08-11

Product Changes

Added the SSR system to the development server, and gesture system to our library.

Overall Status

Refactor the project structure of ElvisJS

The ElvisJS widget tree is only designed for browser currently, in the previous version, there is a lot of hard code about HTML string in the core crate, now we migrated all of them into the web crate.

Examples

Cooperation

We got a chance of cooperating with two artists to write an online gallery for them, crypto art.

What is your goal for next week?

The TODO MVC Example

What issues/questions do you have?

What is the correct time of promoting our library?

We are considering promoting our library after we completed the TODO MVC example, but ElvisJS is not a real UI library at that time, because we only have few components.

But if we don't promote our library after that, will we miss something?

Do we really need to implement a new product by our library ourselves?

I think we have to, but ElvisJS is already a big project, cooperating with others or implement an awesome new product by ElvisJS, which should go first?