question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

First Time User Experience

See original GitHub issue

In total I spent about 20 minutes trying to set-up with a SvelteKit project and ended up just giving up for now. So that was my experience. The whole thing could have gone a lot smoother if:

a) The instructions didn’t assume ~ in an import path to just magically work (despite its esoteric meaning) b) The nomenclature was more consistent re: “collection-id” in readme and the prefix used by iconify c) There was a Discussion section on this repo so I could ask for help d) There was an example project to study so it’s clear how this is supposed to work e) In the case of Svelte it’s possible to provide a Svelte Adder to set-up quickly

I’m sure the project is awesome. But how can I know if I can’t get it set-up?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
vhscomcommented, Feb 5, 2022

Okay this works perfectly now. This project is awesome. @userquin fyi about the updates to the structure of SvelteKit above. And thanks so much for dropping me Icônes I’d seen that once a couple years ago but lost the bookmark. It’s going to be very handy now. Cheers. 😄

1reaction
userquincommented, Feb 2, 2022

@vhscom have you read the readme docs? The answer to your questions: a) the ~icons: prefix is just another alias for virtual:icons:: you can use the virtual: prefix since you’re using svelte/sveltekit. b) the icon collections comes from another package we wrap (@iconify), so you should check it: about the prefix (i- by default) is to avoid parsing all rules + check if collection/icon exists, you can check @iconify site or Icônes. You can use the full @iconify package, just add as dev dependency @iconify/json or add only the collections you will use: @iconify-json/<collection>. c) I’ll request Anthony to enable discussions here d) you’ve an example for almost any major ui/app framework on examples folder/directory e) you’ve on readme the way you can configure any major ui/app framework, just check Build Tools and Frameworks

Read more comments on GitHub >

github_iconTop Results From Across the Web

First-time user experience - Wikipedia
In human–computer interaction and UI design, a first-time user experience (FTUE) refers to the initial stages of using a piece of software.
Read more >
New and First Time User Experience: Tips and Best Practices
First -time user experience (FTUE) or new user experience, is the onboarding and overall experience of your new users using your product for ......
Read more >
First-Time User Experience (FTUE): Why It Matters & How to ...
First -time user experience (FTUE or FTUX) encompasses all aspects of your user's experience when interacting with your product for the first time; ......
Read more >
First-Time User Experience: How to Keep New App Users ...
The first-time user experience, often referred to as FTUE, is a user's first impression of your app. Once they download and open the...
Read more >
5 seconds of first-time user experience - Medium
Have you ever considered how your product feels like for new users, in the first 5 seconds after they have finished sign in?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found