Logo

0x3d.Site

is designed for aggregating information.
Welcome
check repository here

Relay Chat

I no longer maintain this project. Since it is a demonstration, you can still fork and play with it

Installation

npm install --global babel
npm install

Running

Start a local server:

npm start

Developing

Any changes you make to files in the js/ directory will cause the server to automatically rebuild the app and refresh your browser.

If at any time you make changes to data/schema.js, stop the server, regenerate data/schema.json, and restart the server:

npm run update-schema
npm start

Feature Highlight:

  1. use with relay-nested-routes and react-router to let multiple routes work and route params as query params

  2. using route params as global state variable (ex: currentThreadID), not ideal for now, but it shows a different possibility

  3. and a more complicated model structure as user-> threads-> messages

  4. pagination for messages

Advice

If you don't know much about GraphQL and Relay, I suggest you:

  1. To know GraphQL first (at least things before introspection part)
  2. Know how Relay connect to GraphQL (and the series below)
  3. Last, learn Relay (and the series below)

I tried these 3 steps in reverse, and I went step by step again.

React
React
React is a JavaScript library for building user interfaces. It enables developers to create reusable components and manage complex application states efficiently. React is widely adopted for developing dynamic and responsive web applications.
React Community – React
React Community – React
Patterns.dev
Patterns.dev
React
React
Quick Start – React
Quick Start – React
Snack - React Native in the browser
Snack - React Native in the browser
React JavaScript Tutorial in Visual Studio Code
React JavaScript Tutorial in Visual Studio Code
Overview · React Native
Overview · React Native
React Native · Learn once, write anywhere
React Native · Learn once, write anywhere
React Conferences – React
React Conferences – React
React - CodeSandbox
React - CodeSandbox
GitHub - visgl/react-map-gl: React friendly API wrapper around MapboxGL JS
GitHub - visgl/react-map-gl: React friendly API wrapper around MapboxGL JS
GitHub - PaulLeCam/react-leaflet: React components for Leaflet maps
GitHub - PaulLeCam/react-leaflet: React components for Leaflet maps
GitHub - measuredco/puck: The visual editor for React
GitHub - measuredco/puck: The visual editor for React
GitHub - mkosir/react-parallax-tilt: 👀  Easily apply tilt hover effect on React components - lightweight/zero dependencies (3kB)
GitHub - mkosir/react-parallax-tilt: 👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies (3kB)
GitHub - cypress-io/cypress: Fast, easy and reliable testing for anything that runs in a browser.
GitHub - cypress-io/cypress: Fast, easy and reliable testing for anything that runs in a browser.
GitHub - pmndrs/react-three-fiber: 🇨🇭 A React renderer for Three.js
GitHub - pmndrs/react-three-fiber: 🇨🇭 A React renderer for Three.js
GitHub - dvtng/react-loading-skeleton: Create skeleton screens that automatically adapt to your app!
GitHub - dvtng/react-loading-skeleton: Create skeleton screens that automatically adapt to your app!
GitHub - framer/motion: Open source, production-ready animation and gesture library for React
GitHub - framer/motion: Open source, production-ready animation and gesture library for React
GitHub - gregberge/loadable-components: The recommended Code Splitting library for React ✂️✨
GitHub - gregberge/loadable-components: The recommended Code Splitting library for React ✂️✨
GitHub - FormidableLabs/victory: A collection of composable React components for building interactive data visualizations
GitHub - FormidableLabs/victory: A collection of composable React components for building interactive data visualizations
TW Elements integration with React - Free Examples & Tutorial
TW Elements integration with React - Free Examples & Tutorial
GitHub - TanStack/router: 🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
GitHub - TanStack/router: 🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
GitHub - remotion-dev/remotion: 🎥      Make videos programmatically with React
GitHub - remotion-dev/remotion: 🎥 Make videos programmatically with React
GitHub - rcbyr/keen-slider: The HTML touch slider carousel with the most native feeling you will get.
GitHub - rcbyr/keen-slider: The HTML touch slider carousel with the most native feeling you will get.
GitHub - reduxjs/redux: A JS library for predictable global state management
GitHub - reduxjs/redux: A JS library for predictable global state management
GitHub - bvaughn/react-error-boundary: Simple reusable React error boundary component
GitHub - bvaughn/react-error-boundary: Simple reusable React error boundary component
GitHub - remix-run/react-router: Declarative routing for React
GitHub - remix-run/react-router: Declarative routing for React
GitHub - gaearon/overreacted.io: Personal blog by Dan Abramov.
GitHub - gaearon/overreacted.io: Personal blog by Dan Abramov.
GitHub - vitejs/vite: Next generation frontend tooling. It's fast!
GitHub - vitejs/vite: Next generation frontend tooling. It's fast!
GitHub - vercel/swr: React Hooks for Data Fetching
GitHub - vercel/swr: React Hooks for Data Fetching
React
More on React

Programming Tips & Tricks

Code smarter, not harder—insider tips and tricks for developers.

Error Solutions

Turn frustration into progress—fix errors faster than ever.

Shortcuts

The art of speed—shortcuts to supercharge your workflow.
  1. Collections 😎
  2. Frequently Asked Question's 🤯

Tools

available to use.

Made with ❤️

to provide resources in various ares.