{"id":119560,"url":"https://github.com/lean-stack/awesome","name":"awesome","description":"Small private awesome links list","projects_count":61,"last_synced_at":"2026-04-12T23:00:26.537Z","repository":{"id":252305976,"uuid":"840024555","full_name":"lean-stack/awesome","owner":"lean-stack","description":"Small private awesome links list","archived":false,"fork":false,"pushed_at":"2026-01-11T14:01:28.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-15T08:44:32.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lean-stack.png","metadata":{"files":{"readme":"README.md","changelog":"newsletters","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-08T20:11:37.000Z","updated_at":"2026-01-11T14:01:31.000Z","dependencies_parsed_at":"2025-04-11T16:44:35.276Z","dependency_job_id":"089f9bde-5653-40ab-8b8b-eab2eaf4b1a6","html_url":"https://github.com/lean-stack/awesome","commit_stats":null,"previous_names":["lean-stack/awesome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lean-stack/awesome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lean-stack%2Fawesome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lean-stack%2Fawesome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lean-stack%2Fawesome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lean-stack%2Fawesome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lean-stack","download_url":"https://codeload.github.com/lean-stack/awesome/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lean-stack%2Fawesome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31134049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-29T05:59:46.902Z","status":"ssl_error","status_checked_at":"2026-03-29T05:59:43.099Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"## Awesome Lists\n- [Self Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted)\n\n## Collaboration / Online IDEs\n- [Google IDX, Firebase Studio](https://idx.google.com/)\n\n## A11y\n- [A11y Essentials](https://martijnhols.nl/blog/accessibility-essentials-every-front-end-developer-should-know)\n  \n## HTML\n- [HTML 2025: Accordion, Styleable Selects](https://frontendmasters.com/blog/bone-up-html-2025/)\n\n## CSS\n\n## JavaScript\n- [Quirks - Mozilla Spidermonkey](https://github.com/mozilla-spidermonkey/jsparagus/blob/master/js-quirks.md)\n- [Formatting dates and times](https://fullystacked.net/formatting-dates-and-times/)\n\n## Node.js\n- [Webserver with net-Module](https://notes.jordanscales.com/web-servers)\n- [Node.js CLI Best Practices](https://github.com/lirantal/nodejs-cli-apps-best-practices)\n  \n## TypeScript\n\n### Enums\n- [Matt Pocock Tweet](https://x.com/mattpocockuk/status/1823644476838961227)\n- [Matt Pocock Book](https://www.totaltypescript.com/books/total-typescript-essentials/typescript-only-features#enums)\n\n## React\n\n### Tutorials\n- [React Visualized](https://react.gg/visualized)\n  \n### Internals\n- [Build your own React](https://pomb.us/build-your-own-react/)\n- [Write Hooks From Scratch](https://playfulprogramming.com/posts/react-write-hooks-from-scratch)\n- [Dan Abramov - RSC or React For Two Computers](https://overreacted.io/react-for-two-computers/)\n- [Why React renders](https://ui.dev/why-react-renders)\n- [Deep dive into React Fibre](https://blog.logrocket.com/deep-dive-react-fiber/)\n- [React 19 Suspense Drama](https://tkdodo.eu/blog/react-19-and-suspense-a-drama-in-3-acts)\n- [use-Hook](https://jser.dev/2024-03-16-how-does-use-work-internally-in-react)\n- [useOptimistic-Hook](https://jser.dev/2024-03-20-how-does-useoptimisticwork-internally-in-react/)\n- [useOptimistic in Next.js](https://aurorascharff.no/posts/utilizing-useoptimistic-across-the-component-tree-in-nextjs/)\n- [React 19 Compiler](https://www.developerway.com/posts/i-tried-react-compiler)\n- [React 19 Compiler Series](https://yongseok.me/blog/en/react_compiler_1/)\n- [React 19 Developer Guide Series](https://www.callstack.com/blog/the-complete-developer-guide-to-react-19-part-1-async-handling)\n- [useFormStatus](https://aurorascharff.no/posts/creating-a-reusable-submitbutton-with-useformstatus)\n\n### React Server Components\n- [Build your own RSC Framework](https://www.nikhilsnayak.dev/blog/build-your-own-rsc-framework-part-1)\n\n### TypeScript Tips\n- [React 'as' Property](https://www.christianvm.dev/blog/react-as-prop)\n\n### Testing\n- [MSW - Mock Service Worker Guide](https://www.trevorlasn.com/blog/react-testing-mock-service-worker)\n  \n### Discussions\n- [Layout in React](https://www.ericburel.tech/blog/what-layout-means-in-react)\n- [Recat is becoming a Fullstack Framework](https://www.robinwieruch.de/react-full-stack-framework/)\n- [HOC - High Order Components](https://www.reactsquad.io/blog/higher-order-components-hocs-in-react)\n\n### UI Libraries\n- [BaseUI](https://base-ui.com/)\n- [9ui](https://www.9ui.dev/)\n  \n### Libraries\n\n#### React Router\n- [Blog: ProgrammingAreHard](https://programmingarehard.com/)\n- [Error Reporting](https://programmingarehard.com/2025/03/11/react-router-error-reporting.html/)\n\n### Meta Frameworks\n- [Redwood](https://redwoodjs.com/)\n- [R19 - React 19 Framework from Scratch](https://www.cmrg.me/blog/rsc-part-1-the-backstory)\n\n### Small Tutorials\n- [Login Page, Express Backend](https://clerk.com/blog/building-a-react-login-page-template)\n- [SVG Usage in JSX](https://fotis.xyz/posts/introducing-svg-use/)\n- [Modern data fetching](https://reacttraining.com/blog/modern-data-fetching-in-react)\n- [Server Actions and Toasts](https://www.robinwieruch.de/react-server-actions-toast/)\n- [as-Prop with TypeScript](https://playfulprogramming.com/posts/react-as-prop)\n- [Understanding React Server Components](https://tonyalicea.dev/blog/understanding-react-server-components/)\n- [Progressive React Forms](https://rdrn.me/react-forms/)\n- [Create React Login Page - Sessions with Express](https://clerk.com/blog/building-a-react-login-page-template)\n- [Anti-Pattern: Pass setters to components](https://matanbobi.dev/posts/stop-passing-setter-functions-to-components)\n\n### Styling\n- [CSS Auhtoring in React](https://www.alexchantastic.com/modern-css-authoring)\n  \n### Accessibility\n- [HTML inert attribute](https://mayank.co/notes/inert-in-react/)\n\n### Boilerplates\n- [React Vite and Next.js](https://github.com/alan2207/bulletproof-react)\n  \n## Angular\n\n### Uesful\n- [Angular Architects](https://www.angulararchitects.io/)\n  \n## Common\n\n### Toolchain\n- [JavaScript Toolbox](https://raygun.com/blog/js-toolbox-part-1/)\n- [OSS Analyzer](https://oss.medama.io/introduction)\n  \n### Architecture Patterns\n- [Data Fetching in SPA](https://martinfowler.com/articles/data-fetch-spa.html)\n  \n### UI Patterns\n\n#### Drag And Drop\n- [Atlassian - Pragmatic Drag \u0026 Drop](https://github.com/atlassian/pragmatic-drag-and-drop)\n\n## CSS\n\n### (Interactive) Guides\n- [Container Queries](https://ishadeed.com/article/css-container-query-guide/)\n\n### Web-Tools\n- [CSS Spring Easing Generator](https://www.kvin.me/css-springs)\n  \n## TypeScript\n- [Different Mindset for TypeScript Types](https://www.rob.directory/blog/a-different-way-to-think-about-typescript)\n\n## TailwindCSS\n\n### Tips\n- [Color Generator](https://uicolors.app/create)\n  \n## Frameworks\n\n### Remix\n\n#### People\n- [Sergio Xalambrí](https://sergiodxa.com/)\n- [Michael Carter](https://kiliman.dev/)\n- [Jacob Paris](https://www.jacobparis.com/)\n\n## Git\n- [Configuring - done by Git core devs](https://blog.gitbutler.com/how-git-core-devs-configure-git/)\n","created_at":"2026-02-16T20:38:42.212Z","updated_at":"2026-04-12T23:00:26.538Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Awesome Lists","React","Frameworks","Node.js","Common","CSS","A11y","HTML","JavaScript","TypeScript","Angular","Git","Collaboration / Online IDEs"],"sub_categories":["UI Libraries","Remix","Internals","Boilerplates","UI Patterns","Meta Frameworks","Toolchain","Web-Tools","(Interactive) Guides","Enums","Tutorials","React Server Components","TypeScript Tips","Testing","Discussions","Libraries","Small Tutorials","Styling","Accessibility","Uesful","Architecture Patterns"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/lean-stack%2Fawesome/projects"}