I had a thought that, it would be nice to use file tabs on the dashboard, take a look and tell me what you think, I can create it anyway you like it, this is just a basic presentation. https://mikeadams1.github.io/solidash/my-files.html
Maybe it could be a bettor way of displaying apps so that, your work on each app is not disturbed as you go from file to file, that is, so long as you don’t refresh the page, you can use the mouse to refresh the file itself instead of the whole page but, I am working on putting in some controls for that, and for launching other new files.
I don’t know much about Web Components and think they sound like a good idea but I’ve heard they have downsides too, mainly from comments on Twitter. Rich Harris of sveltejs has written a critique on why he doesn’t use them.
I’m going to be trying out sveltejs for my front end stuff because:
I want to learn about Sveltejs (https://svelte.dev) and it seems to meet my needs.
Svelte seems straightforward and easy to learn, much easier so far for me than React (though I’ve not done much with either yet).
At first glance it appears fast and suitable for making static sites which fit well with both Solid and SAFE Network.
Downside is that it is new and doesn’t have lots of libraries specially for it, but it does work well with other libraries and it has a very helpful, active community.
FYI I made a topic about static frameworks on the SAFE Dev forum - feel free to add to it:
As already noted, I don’t understand the issues myself, but Web Components aren’t going down well with everyone. Here’s a recent tweet from Rich, and if you look at his ‘tweets & replies’ from the last day he’s been having a good rant about this again!
I’m not an expert either. I don’t even know what a11y is. But it seems to me there are 3 ways to make apps, from easiest to hardest:
1 With the mouse
2 With HTML
3 With your favorite programming language
The databrowser is going straight for the end zone and trying to let people create apps with the mouse. That still needs a lot of work and isn’t there yet. An intermediate stage like creating apps with html, which can lead to creating them with the mouse is needed. Very few individuals will try #3, I think, but companies will.
Svelte compiles to JavaScript, so yes! This approach solves a lot of problems: no shadow DOM (memory, performance, glitches), only the code you use is bundled, and it is optimised so loads and runs fast. I think Svelte also has a lot of graphical transformation features built in, so less reliance on external libs for things (though here I’m just being a parrot - no experience!).
It’s fixed now if you refresh. I had to add a transform to the <line> and <circle> elements to flip the vertical coordinates around the horizontal axis.
what i mean by asking this is what is the nature of SOLID and other projects that is resulting in current realities and futures of each … and in such regards what is the proposed desires of each regarding each … ?
is the point of SOLID (or maybe just INRUPT) to be an “awesome” full-stack “developer experience”, or is the point to be another layer of the Web (which we dont really think about HTML or JS or CSS having good or bad developer experiences per se, moreso just a layer of affordances to creatively play with) .