Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. wolfiton
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 31
    • Best 1
    • Groups 0

    wolfiton

    @wolfiton

    1
    Reputation
    12
    Profile views
    31
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    wolfiton Follow

    Best posts made by wolfiton

    • RE: Honest opinion and what can be improved in the docs

      It doesn’t have a step by step guide but it has this https://typescript.nuxtjs.org/, which made possible this post https://www.codegram.com/blog/nuxt-typescript-apollo-a-bumpy-road/ and also other developers that do real-world applications developed this further until it reached a point where it could be usable.

      You can be the first framework that uses Vue for SSR to have a guide on how to integrate this stack for developers(Typescript codegen apollo). This will ensure that quasar may become a standard in the industry if you take out the pain from this process.
      Also, Vue 3 is coming with typescript and that will be a game-changer and help Vue to be more testable, easier to read for others that review your code.

      Also, my question is:

      Did the quasar team ever wonder why there are so many nuxtjs examples on youtube, but very few quasar tutorials?

      Thanks, @s-molinari for the follow-up

      posted in Framework
      W
      wolfiton

    Latest posts made by wolfiton

    • RE: Honest opinion and what can be improved in the docs

      Letting the developer choose about things related to security is wrong because a lot of developers don’t understand even security headers. So creating a best practice for security is a must in any framework, the so-called freedom for developers is not a good idea when experienced people from the web security field(10 or more years of experience), are telling everyone: “Your security policies are outdated and you should follow the best practices or else risk: losing data or worse get sued by your users”.
      Also please read this line very carefully "Platform-Agnostic SEcurity TOkens (PASETOs) ".

      @qyloxe, you misunderstood what I said here: “Also showcasing big companies that use quasar could be another good option to make it more popular.”
      What I meant is that companies like Airbnb, PayPal, Stripe, etc big names to use the framework not to change it nobody wants a second angular 1 experience.

      Thanks for the follow-ups @s-molinari @qyloxe

      posted in Framework
      W
      wolfiton
    • RE: Honest opinion and what can be improved in the docs

      @wolfiton said in Honest opinion and what can be improved in the docs:

      It doesn’t have a step by step guide but it has this https://typescript.nuxtjs.org/, which made possible this post https://www.codegram.com/blog/nuxt-typescript-apollo-a-bumpy-road/ and also other developers that do real-world applications developed this further until it reached a point where it could be usable.

      You can be the first framework that uses Vue for SSR to have a guide on how to integrate this stack for developers(Typescript codegen apollo). This will ensure that quasar may become a standard in the industry if you take out the pain from this process.
      Also, Vue 3 is coming with typescript and that will be a game-changer and help Vue to be more testable, easier to read for others that review your code.

      Also, my question is:

      Did the quasar team ever wonder why there are so many nuxtjs examples on youtube, but very few quasar tutorials?

      Thanks, @s-molinari for the follow-up

      We can all agree that class-based applications are easier to test with jest than function-based ones.

      Nuxt has a lot of modules and very detailed documentation when it comes to auth and middleware. Also when you first open their page you feel some sort of familiarity.

      Another big advantage is the possibility to have just some pages static and the rest rendered with ssr.

      So if you want to change this opinion then releasing a step by step tutorial created by the team of quasar with tests will certainly help change people’s views about what quasar can offer.

      Also showcasing big companies that use quasar could be another good option to make it more popular.

      It is good if you can improve that package and also integrating those stacks directly(typescript support codegen apollo unfetch) will certainly make it very useful.

      PS: Quasar Team: Please take into account that jwt is old and should the replaced by paseto as state here https://developer.okta.com/blog/2019/10/17/a-thorough-introduction-to-paseto

      posted in Framework
      W
      wolfiton
    • RE: Honest opinion and what can be improved in the docs

      It doesn’t have a step by step guide but it has this https://typescript.nuxtjs.org/, which made possible this post https://www.codegram.com/blog/nuxt-typescript-apollo-a-bumpy-road/ and also other developers that do real-world applications developed this further until it reached a point where it could be usable.

      You can be the first framework that uses Vue for SSR to have a guide on how to integrate this stack for developers(Typescript codegen apollo). This will ensure that quasar may become a standard in the industry if you take out the pain from this process.
      Also, Vue 3 is coming with typescript and that will be a game-changer and help Vue to be more testable, easier to read for others that review your code.

      Also, my question is:

      Did the quasar team ever wonder why there are so many nuxtjs examples on youtube, but very few quasar tutorials?

      Thanks, @s-molinari for the follow-up

      posted in Framework
      W
      wolfiton
    • Honest opinion and what can be improved in the docs

      Hi,

      So I wanted to create a typescript graphql codegen project with quasar the problems is that I couldn’t find a detailed example anywhere on how to integrate with these technologies.

      Also, Vue3 is coming with typescript, so maybe it is a good idea for the docs and future adopters of the platform to have some examples and a clear guide for integration.

      I am currently working on an example with laravel lighthouse(graphql) helped by @lorado to create a real-world example and i considered quasar for this task but unfortunately due to the lack of info and no clear way of integration, nuxtjs was chosen.

      If you read until here then read on: I am also willing to work with the quasar team after i finish the nuxtjs app to create a similar one in quasar framework.

      You can find our discussion here https://github.com/nuwave/lighthouse/issues/1476, if you are interested.

      Thanks

      posted in Framework
      W
      wolfiton
    • RE: Can quasar work in ssr mode with a non js framework like laravel graphql with sanctum?

      Does quasar provide the nodejs implementation or i will have to add it myself?

      Thanks Scott so far

      posted in Help
      W
      wolfiton
    • Can quasar work in ssr mode with a non js framework like laravel graphql with sanctum?

      Hi everyone,
      I am asking before trying to build everything and lose some time on something that can’t be done.

      My concerns comes from spa applications auth package.

      https://laravel.com/docs/7.x/sanctum

      Thanks in advance

      posted in Help
      W
      wolfiton
    • RE: Vue apollo configuration with caching for ssr pwa mode(Solved)

      @SB
      Thanks @SB for sharing your experience with the apollo extension. I am much more confident now that I can use it for my projects.

      posted in Help
      W
      wolfiton
    • RE: Horizontal menu, not drawer menu, what options do I have?

      Thanks @s-molinari, for sharing the transition of the menu looks interesting.

      posted in Help
      W
      wolfiton
    • RE: Horizontal menu, not drawer menu, what options do I have?

      Really interesting because this animation was created by me from scratch. So apparently others used the same technique.

      Thanks for the feedback.

      posted in Help
      W
      wolfiton
    • RE: Horizontal menu, not drawer menu, what options do I have?

      @s-molinari

      Thanks, I created a codesanbox here menu-animation

      posted in Help
      W
      wolfiton