Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesenelir/read

Logging tech articles and tools I've used.
https://github.com/lesenelir/read

Last synced: 9 days ago
JSON representation

Logging tech articles and tools I've used.

Awesome Lists containing this project

README

        

# read
Logging the technical articles I've perused and various practical tools.

## CSS
- [Learn CSS Layout](https://learnlayout.com/)

- [Tailwind CSS](https://tailwindcss.com/)

## JavaScript
- [JavaScript 教程](https://wangdoc.com/javascript/)

- [ES6 教程](https://wangdoc.com/es6/)

- [The Modern JavaScript Tutorial](https://javascript.info/)

## TypeScript
- [TypeScript 全面进阶指南](https://juejin.cn/book/7086408430491172901)

## React
- [React Dev](https://react.dev/)

- [Next.js](https://nextjs.org/docs)

- [Build your own react](https://pomb.us/build-your-own-react/)

- [An Introduction to React Fiber](https://www.velotio.com/engineering-blog/react-fiber-algorithm)

- [React && TypeScript](https://stevekinney.github.io/react-and-typescript/)

- [A Complete Guide to useEffect](https://overreacted.io/a-complete-guide-to-useeffect/)

- [Understanding useMemo and useCallback](https://www.joshwcomeau.com/react/usememo-and-usecallback/)

- [Why React Re-Renders](https://www.joshwcomeau.com/react/why-react-re-renders/)

- [React re-renders guide: everything, all at once](https://www.developerway.com/posts/react-re-renders-guide)

- [React 为什么会重新渲染](https://blog.skk.moe/post/react-re-renders-101/)

- [为什么你不应该在 React 中直接使用 useEffect 从 API 获取数据](https://blog.skk.moe/post/why-you-should-not-fetch-data-directly-in-use-effect/)

- [Data fetching with React Suspense](https://blog.logrocket.com/data-fetching-react-suspense/)

- [File-based routing with React Router](https://omarelhawary.me/blog/file-based-routing-with-react-router)

### React and Canvas
- [Converting a Vanilla JS Canvas Animation to React](https://medium.com/@ruse.marshall/converting-a-vanilla-js-canvas-animation-to-react-78443bad6d7b)

- [Canvas with React.js](https://medium.com/@pdx.lucasm/canvas-with-react-js-32e133c05258)

### React server component
- [Making Sense of React Server Components](https://www.joshwcomeau.com/react/server-components/)

- [Why Server Components - A Brief History of Web](https://www.perssondennis.com/articles/why-server-components-a-brief-history-of-web#user-content-static-vs-dynamic-rendering)

## Node
- [How to Create Your Own CLI with Node.js 1](https://javascript.plainenglish.io/how-to-create-your-own-cli-with-node-js-9004091a64d5)

- [How to Create Your Own CLI with Node.js 2](https://javascript.plainenglish.io/how-to-create-your-own-cli-with-node-js-7646a976f8fa)

- [SSR原理](https://github.com/yacan8/blog/issues/30)

- [彻底理解服务端渲染原理](https://juejin.cn/post/6844903881390964744)

- [Building full stack TypeScript application with Turborepo](https://omarelhawary.me/blog/full-stack-typescript-with-turborepo)

- [Managing a full-stack, multipackage monorepo using pnpm](https://blog.logrocket.com/managing-full-stack-monorepo-pnpm#sharing-code-full-stack-javascript-monorepo)

## Web3
- [Web3 DApp 最佳编程实践指南](https://guoyu.mirror.xyz/RD-xkpoxasAU7x5MIJmiCX4gll3Cs0pAd5iM258S1Ek)

- [The List of Web3 Articles and Courses](https://web3.career/learn-web3)

- [A guide to Web3 for Web2 frontend devs](https://mirror.xyz/dhaiwat.eth/O5CK6Tjfv8uhl6FPbjT0yZ8LUwViDPWGYHdu9khRWpM)

- [LearnWeb3 DAO](https://learnweb3.io/)

- [Solidity by example](https://solidity-by-example.org/)

- [Keep the web free, say no to Web3](https://yesterweb.org/no-to-web3/)

## Algorithm
- [代码随想录](https://programmercarl.com/)

- [Recursion for Beginners](https://www.youtube.com/watch?v=AfBqVVKg4GE)

## Tools

### Icon
- [Feather Icon](https://feathericons.com/)

### Color
- [Tailwind Color Shadow Generator](https://javisperez.github.io/tailwindcolorshades/)