Git Product home page Git Product logo

Comments (17)

esakkiraj avatar esakkiraj commented on May 2, 2024 2

Svelte beginner here. Not sure if can do this fully on my own, as i have not much idea about routing and data access part. But will be happy to contribute to the project.

from realworld.

EricSimons avatar EricSimons commented on May 2, 2024 2

@esakkiraj just updated issue status w/ gitter room! Also, created this logo you can use for the readme:

svelte

from realworld.

Rich-Harris avatar Rich-Harris commented on May 2, 2024 1

Yes! This sounds like a great idea. I'm on vacation at the moment but let me see if anyone out there is up for making a start on this

from realworld.

esakkiraj avatar esakkiraj commented on May 2, 2024 1

@EricSimons Okay then. I will start working on this. πŸ‘

from realworld.

silentworks avatar silentworks commented on May 2, 2024 1

@esakkiraj ping me if you need any help

from realworld.

jamesbrewerdev avatar jamesbrewerdev commented on May 2, 2024 1

@esakkiraj Have you forked the starter repo yet? If so, can you drop a link so we can add it to this issue?

from realworld.

Rich-Harris avatar Rich-Harris commented on May 2, 2024 1

I think this is basically done β€” if you could add it to the official list, that'd be great, thanks!

A question: how much freedom do we have to interpret the requirements? I ask because I have an alternative version here: https://svelte-realworld-oegnyylkph.now.sh. (It seems to be a bit flaky at the moment but I think that's https://conduit.productionready.io/api, which appears to be having some problems β€” other implementations seem to be affected too).

The main difference is that there are some new routes:

  • /feed/latest/[page] (replaces /)
  • /feed/global/[page]
  • /tag/[name]/[page]
  • /user/[username]/posts/[page] (replaces /@[username])
  • /user/[username]/favorites/[page] (replaces /@[username]/favorites)

As well as deeplinking, this makes it easy to server-render those pages (with Sapper, you get SSR for free), and prefetch them when the user is about to tap on a link. Personally I think it results in a snappier-feeling app than flickering between an article list and '...loading articles', though that's possibly subjective.

from realworld.

EricSimons avatar EricSimons commented on May 2, 2024

@esakkiraj okay! I say go ahead and get started, and when you run into things you need help on, lets ping @Rich-Harris and see if he (or someone he knows in the Svelte community) can help answer your q's :)

from realworld.

esakkiraj avatar esakkiraj commented on May 2, 2024

@silentworks Sure. Thanks

@BRWR Yes i have forked. Have started the work. But havent' pushed the changes yet. Repo Link

from realworld.

Rich-Harris avatar Rich-Harris commented on May 2, 2024

Hey all β€”Β just to let you know I spent the day working on a Sapper implementation of this (Sapper is a Next.js-style framework for Svelte that's currently in development).

It's not quite finished, but it's most of the way there.

from realworld.

EricSimons avatar EricSimons commented on May 2, 2024

@Rich-Harris woah, this is awesome! Great work! Lmk once it's completely there and I'll list it on the main readme πŸ‘

from realworld.

EricSimons avatar EricSimons commented on May 2, 2024

@Rich-Harris awesome work! Adding this to the readme now πŸ‘

Btw what problems are you running into with the public API endpoint? We haven't seen/heard of any issues with it as of late πŸ€”

from realworld.

Rich-Harris avatar Rich-Harris commented on May 2, 2024

Thanks!

I'm seeing a lot of this sort of thing, but it's sporadic and unpredictable:

screen shot 2018-01-02 at 5 17 33 pm

from realworld.

EricSimons avatar EricSimons commented on May 2, 2024

Wow, super weird - cc/ @apai4 (creator/maintainer of the public api server)

BTW all of your ux/route/etc changes are totally fine- forgot to mention that in my last comment :)

from realworld.

apai4 avatar apai4 commented on May 2, 2024

@Rich-Harris @EricSimons the 429 error is from rate limiting on the API to help prevent spam/abuse, since every once in a while the front pages get flooded with inappropriate content. I just increased the number of requests per minute allowed so let's see if that decreases the number of errors we see.

from realworld.

Rich-Harris avatar Rich-Harris commented on May 2, 2024

@apai4 thanks β€” that may be partly my fault then, Sapper can do prefetching of links when you mouseover them (with <a rel=prefetch...>) which was presumably triggering too many requests as my mouse brushed over articles/pagination links. Will experiment with removing rel=prefetch or tweaking the behaviour to e.g. prevent prefetching while the mouse is still moving.

BTW all of your ux/route/etc changes are totally fine- forgot to mention that in my last comment :)

Thanks β€” will switch it over to the new branch once I've made those prefetch changes.

from realworld.

razzeee avatar razzeee commented on May 2, 2024

Shouldn't this be removed from the work in progress section as it's alreaday in the "frontend grid"?

from realworld.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.