Skip to content
#

javascript-framework

Here are 549 public repositories matching this topic...

samcoenen
samcoenen commented Mar 11, 2019

Looks closely related to #779

I'm submitting a...


[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Middleware is being called for every endpoint a request route could potentially match.

buschtoens
buschtoens commented Jun 19, 2019

While investigating #18075, I noticed a minor issue, that persists even after the change to WeakMap in #18091, because of the lazy evaluation

class Foo {
  @service someService;

  @tracked someProp = this.someService.serviceProp;
}

Assume Foo gets created by a container lookup or get manually called
setOwner on.

Intuitively I would expect the above code to work.

socketpair
socketpair commented Oct 23, 2019

I mean. on main page, PLEASE write how to port/build/write programs to this OS. Should I run some compiler ? Can I write in C, or I must use JS as a source language ? I've read everything, but still does not understand how to make hello_world application from ground.

cesalberca
cesalberca commented May 11, 2017

Hello!

First of all, I don't mean to be rude, I just would like some clarification as why would I choose Metal.js over something like React, Vue or Angular for my view layer (inside Liferay 7 portlets).

What are its advantages? What are its disadvantages?

Maybe this could be more explained in detail in the official docs, as stated in this issue (#81).

Thanks in advance!

Improve this page

Add a description, image, and links to the javascript-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.