Web Trading Terminal in SolidJS
This is a continuation of something I posted in the general channel. I'm interested in building a web trading terminal and I really want to use Solid and to use the opportunity to somehow add to the ecosystem in such a way to support others doing the same thing down the road. The following things already exist for use:
1. Solid Lightweight Charts
2. Solid TradingView Widgets
There's more that I would obviously need to build something like a web trading terminal out. Some off the top of my head:
1. An
<OrderBook />
component (a trading terminal staple -- does one exist for Solid yet?)
2. Virtualized table components to render a lot of content (curious on suggestions here)
3. Animation and Pizzazz (Motion One I assume?)
Full disclosure , this is a whole new endeavor for me so I'm curious to hear more of people's general thoughts on this whole thing like what else you think I would need or if I am crazy in general.
I really want to avoid using React and contributing further to its entrenchment. I feel like for Solid to have a shot, more people need to take a chance and bet on it for a long term project.
Feel free to poke holes in my thinking. Totally open to being redirectedGitHub
GitHub - dsnchz/solid-lightweight-charts: TradingView Lightweight C...
TradingView Lightweight Charts™ as SolidJS components - dsnchz/solid-lightweight-charts
GitHub
GitHub - dsnchz/solid-tradingview-widgets: SolidJS bindings for Tra...
SolidJS bindings for TradingView Widgets — ready-to-use financial tools you can embed into your website to display market data. - dsnchz/solid-tradingview-widgets
0 Replies