You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connectors module needs to have an UI package that its framework agnostic, meaning the user can use it on React, Vue, or any other application.
This issue aims to implement a poc:
using Svelte to develop the same thing we have in "@fuels/react" module
create benchmark to compare current react module to poc svelte implementation
compare performance and compatibility
The text was updated successfully, but these errors were encountered:
LuizAsFight
changed the title
new connector integrator UI module, framework agnostic
Create poc for new connector integrator UI module, framework agnostic
Dec 12, 2024
Hi, I’d like to work on this issue to create a framework-agnostic UI package for the Connectors module.
My approach:
Build a Svelte POC replicating the "@fuels/react" module functionality.
Benchmark React vs. Svelte for performance, rendering speed, and compatibility.
Test cross-framework compatibility with React, Vue, and others.
Document findings and provide a comparison report.
I have experience building modular, framework-independent UI components and optimizing performance across various environments. I’m confident I can deliver this POC effectively.
Connectors module needs to have an UI package that its framework agnostic, meaning the user can use it on React, Vue, or any other application.
This issue aims to implement a poc:
The text was updated successfully, but these errors were encountered: