paltalabs / soroban-react

@soroban-react is a simple, powerful framework for building modern Soroban dApps using React.
https://soroban-react.paltalabs.io/
Apache License 2.0
26 stars 13 forks source link

Merge packages #53

Open esteblock opened 8 months ago

esteblock commented 8 months ago

Currently we have too any packages. Do we need as many? And why?

benjaminsalon commented 8 months ago

One of the issue possibly brought by having different packages is a more difficult local testing environment with Multichain Dapp for example. As every package depend on each other and are all by default linked to the published version of the library, changing one package locally might not change the other one's dependency. Also it may take more time and redundant copies of the packages when adding the packages to one project.