-1

I'm thinking about using StencilsJS for creating a complete login/registration form. Including features like Google and Facebook logins.

What I'm trying to achieve is to have web component which can be configurable (CSS and authentication settings) and that can be imported in any web project to be used.

Is it possible with StencilJS to create such web components with that many functionalities? Is that a good idea or not?

4

1 回答 1

1

StencilJS 是否可以创建具有这么多功能的 Web 组件?

是的,作为此解决方案的一部分,可以使用 StencilJS 创建 Web 组件。

但是,您的解决方案需要的不仅仅是 Web 组件——例如,联合登录(通过 Facebook、Google 等)需要 Web 应用程序后端的支持以及登录屏幕上的一个按钮。如果没有更多信息,很难提供任何进一步的建议。

这是个好主意吗?

当然!StencilJS 旨在创建不需要与任何其他库一起分发的可重用 Web 组件。

注意:如果这个答案很简短,那是因为您的问题也很简短且不具体

于 2018-08-08T14:13:44.490 回答