# How can custom node create by vue or react web Framework

**URL:** https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439
**Category:** Developing Nodes
**Created:** [20 December 2022 00:18 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439 "2022-12-20T00:18:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![baishu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/baishu/32/72830_2.png) [@baishu](https://discourse.nodered.org/u/baishu)
#### Post date: [20 December 2022 00:18 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/1 "2022-12-20T00:18:17Z")

</div>

custom node can created by vue or react web Framework

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [20 December 2022 01:38 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/2 "2022-12-20T01:38:38Z")

</div>

Sorry, that question does not translate too well. Can you explain a little more please?

You want to create your own custom node that creates a Vue/REACT web page?

Or do you want to create web pages using Vue/REACT?

If the 2nd one, then have a look at node-red-contrib-uibuilder which lets you create web UI's using any framework.

---

<div class="post-metadata">

### Author: ![baishu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/baishu/32/72830_2.png) [@baishu](https://discourse.nodered.org/u/baishu)
#### Post date: [20 December 2022 01:47 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/3 "2022-12-20T01:47:30Z")

</div>

is the 1nd one  
how can create custom node by vue3 not use native html and js

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [20 December 2022 01:54 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/4 "2022-12-20T01:54:39Z")

</div>

You would have to load the appropriate library into the Editor - You can do that in the html file of your node. However, you should note that you will still be using HTML and JavaScript and Node-RED itself already loads jQuery so you will be loading a lot more library code for anyone who uses your node and this may not be desirable. It is much easier to stick with HMTL, JavaScript and jQuery.

---

<div class="post-metadata">

### Author: ![baishu](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/baishu/32/72830_2.png) [@baishu](https://discourse.nodered.org/u/baishu)
#### Post date: [20 December 2022 02:00 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/5 "2022-12-20T02:00:39Z")

</div>

thanks a ton

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [18 February 2023 02:00 UTC](https://discourse.nodered.org/t/how-can-custom-node-create-by-vue-or-react-web-framework/72439/6 "2023-02-18T02:00:49Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
