Skip to content

Rebuilding solidjs/solid-hackernews from the ground up (SolidJS practice)

License

Notifications You must be signed in to change notification settings

peerreynders/solid-hackernews-a

Repository files navigation

solid-hackernews-a

Work in progress (permanently?).

After completing the tutorial rebuilding solidjs/solid-hackernews from the ground up seemed like a way to get a guided tour to structuring an application.

Objectives:

  • Use TypeScript (transpilation first/type checking later)
  • Use Official Hacker News API only rather than the unofficial one (this will result in a waterfall of requests degrading client-side performance which is why the unofficial API is used in the original).

Notes

Clone the repo:

$ cd solid-hackernews-a
$ npm i
$ npm run dev

About

Rebuilding solidjs/solid-hackernews from the ground up (SolidJS practice)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published