rfcs
language-tools
rfcs | language-tools | |
---|---|---|
17 | 24 | |
792 | 1,227 | |
-0.3% | 2.1% | |
9.1 | 9.0 | |
9 days ago | 3 days ago | |
Shell | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rfcs
-
Support for in/inter page linking / scrolling in EmberJS
Navigating to URLs with #hash-targets in them is not supported by most single-page-app frameworks due to the async rendering nature of modern web apps -- the browser can't scroll to a #hash-target on page load / transition because the element hasn't rendered yet. There is an issue about this for Ember here on the RFCs repo.
- 🎉 The JS representation of Template Tag has moved to Final Comment Period! This RFC coincidentally exposes a much nicer runtime compiler API! (so I'm interested in this for my REPL, tutorial, and docs sites)
- Official support for pnpm has moved to Final Comment Period -- soon you won't have to add `--skip-npm` and other dances when wanting to use `pnpm` with Ember.
-
The road from Ember classic to Glimmer components
Ember.js development doesn’t stagnate. Progress is already being made for new improvements to the current component model. The RFC for first-class component templates has been accepted and merged in 2022 and will provide new benefits to Ember users. By first adopting Glimmer components, we’re prepared for what’s coming next.
-
"Why would I use Ember over Vue?" or "Are my impressions of the framework landscape based at all in current fact?"
yeah, I think that's being designed (for runtime).We have build-time efforts / validation already via official typescript support https://github.com/emberjs/rfcs/pull/748 with Glint: https://typed-ember.gitbook.io/glint/
-
[AskJS] What's your opinion about React 18 and do you feel the framework is at the forefront of innovation compared to Vue, Angular, Ember, Meteor, Mithril, Polymer and the others... is it going the right way for you or you would have changed a few things ?
During the 4.x series, we aim to finish the work to officially support TypeScript.
-
TypeScript Features to Avoid
The latest versions of Ember.js (Octane) have built-in decorator support and they're discussed in the RFC:
https://github.com/emberjs/rfcs/blob/master/text/0408-decora...
https://guides.emberjs.com/release/in-depth-topics/native-cl...
-
[oc] svelte-tippy a tippy.js action for svelte with full typescript support!
At ok, legit. that's like a modifier from ember.
-
Real talk: Did I make a mistake choosing Ember for my app?
have you seen: https://github.com/emberjs/rfcs/pull/779? I think that addresses the "where does this come from?" in completion.
-
Vercel Welcomes Rich Harris, Creator of Svelte
What I like about Ember is that it gives a lot of rigid structure that, at least at one point, made it comparatively easy to work on multiple Ember based projects and be productive sooner.
As you've pointed out, a problem with that project is that there's a ton of intimate knowledge for how things work under the hood or why things are the way they are. They also seem to oscillate between opting for simplicity and opting for complexity and magic.
One example would be the latest version of Ember which doesn't even ship with `@ember/render-modifiers` by default despite how everyone will end up installing it anyway because it's necessary; they were talking about providing an alternative based on the actor model, despite modifiers being far easier to understand, somehow they are still wrong:
> Either way, we recommend using these modifiers with caution. They are very useful for quickly bridging the gap between classic components and Glimmer components, but they are still generally an anti-pattern.
https://github.com/emberjs/ember-render-modifiers
Why on earth did they reinvent components and ship them without providing the supposedly correct way of interacting with their lifecycle? You actually have to install a separate add-on to develop a production-ready app with Ember, which completely flies in the face of the idea that you can run `ember new` and have pretty much everything you need.
Strangely (an thankfully), the RFC for the needlessly complicated alternative for lifecycle interaction is effectively stalled:
https://github.com/emberjs/rfcs/pull/567
By their own language, the only official way to interact with component/element lifecycle is an antipattern.
/rant
language-tools
-
Svelte adoption guide: Overview, examples, and alternatives
Svelte for VS Code — Provides syntax highlighting and rich IntelliSense for Svelte components in VS Code, using the Svelte Language Server. The Svelte team maintains this
- code whisperer not working with svelte project
-
How to configure the svelte language server with nvim?
I don't use nvchad, I use vanilla neovim with mason + lspconfig, but in the issues section there is a hint https://github.com/sveltejs/language-tools/issues/2008
- A love story of Svelte and JSX 💖
-
Svelte formatter stopped working
I've opened an issue on the sveltejs repo on GitHub (there's more info there, like steps to reproduce) and haven't got any answers yet, so I'm hoping I'll have better luck here, maybe someone has faced this before.
-
VS Code Svelte extension: Can the `css-unused-selector` warning be ignored per instance?
It was a bit hard to understand but after reading this issue, it worked for me like this:
-
Does Svelte's LSP "extract into const/function/component refactorings" code actions work for you?
Hi. I just got into Svelte today and I was wondering about the Svelte LSP's features. I found this issue https://github.com/sveltejs/language-tools/issues/83, which indicates that "extract into const/function/component refactorings" code actions are already implemented for the Svelte LSP.
- Svelte will gain first-class support in JetBrains WebStorm 2022.3
-
State of JSX in JavaScript Frameworks
However, the Svelte Language Tools does leverage JSX for type checking via svelte2tsx.
-
Svelte quick tip: style prop defaults
Not yet, but there’s an open issue: https://github.com/sveltejs/language-tools/issues/1326
What are some alternatives?
prepack - A JavaScript bundle optimizer.
commitizen - Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
jsx - The JSX specification is a XML-like syntax extension to ECMAScript.
nvim-lspconfig - Quickstart configs for Nvim LSP
react-plain - Helper functions for creating DOM elements in React without JSX
NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
ember-sinon-qunit - Sinon sandbox test integration for QUnit
sveltekit-tooling - SvelteKit tooling: we look at 7 tools you can add to streamline your Svelte continuous integration (CI) and development processes.
rfcs - Request for Comment (RFC) papers and discussions on Peercoin core applications, libraries and API's
svelte-native - Svelte controlling native components via Nativescript
denoflare - Develop, test, and deploy Cloudflare Workers with Deno.
SvelteKit - web development, streamlined