{"id":22341761,"url":"https://github.com/weaponsforge/react-hooks-playground","last_synced_at":"2026-04-12T05:33:05.168Z","repository":{"id":216028612,"uuid":"615824586","full_name":"weaponsforge/react-hooks-playground","owner":"weaponsforge","description":"A NextJS app playground for testing using react hooks.","archived":false,"fork":false,"pushed_at":"2024-01-08T03:09:22.000Z","size":649,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-02T20:37:59.629Z","etag":null,"topics":["docker","docker-compose","nextjs","react","react-hooks","react-hooks-demo"],"latest_commit_sha":null,"homepage":"https://weaponsforge.github.io/react-hooks-playground/","language":"JavaScript","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/weaponsforge.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-03-18T19:33:07.000Z","updated_at":"2025-05-02T20:42:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad84dfd8-6f61-4b9d-a689-c484e33e7a19","html_url":"https://github.com/weaponsforge/react-hooks-playground","commit_stats":null,"previous_names":["weaponsforge/react-hooks-playground"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/weaponsforge/react-hooks-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaponsforge%2Freact-hooks-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaponsforge%2Freact-hooks-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaponsforge%2Freact-hooks-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaponsforge%2Freact-hooks-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaponsforge","download_url":"https://codeload.github.com/weaponsforge/react-hooks-playground/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaponsforge%2Freact-hooks-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31705574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T05:11:36.334Z","status":"ssl_error","status_checked_at":"2026-04-12T05:11:27.332Z","response_time":58,"last_error":"SSL_read: 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"}},"keywords":["docker","docker-compose","nextjs","react","react-hooks","react-hooks-demo"],"created_at":"2024-12-04T08:08:10.463Z","updated_at":"2026-04-12T05:33:05.163Z","avatar_url":"https://github.com/weaponsforge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## react-hooks-playground\n\nA React (NextJS) playground for testing using react hooks.\n\n## Requirements\n\nThe following dependecies are used for this project. Feel free to experiment using other dependencies and versions.\n\n1. Windows 64-bit OS\n2. nvm version 1.1.9 (for Windows)\n   - NOTE: Using nvm is optional if you want to continue using your pre-installed NodeJS.\n3. NodeJS LTS v18.14.2 installed using nvm\n   - node v18.14.2\n   - npm v9.5.0\n   - \u003e **NOTE:** We will use v18.14.2 for the official production client and server builds but feel free to use other NodeJS versions by setting \"engine-strict=false\" in the .npmrc file when working on localhost development as needed, but please use v18.14.2 when installing new modules. Do not commit the package.json or package-lock.json files should they change when \"engine-strict=false\".\n4. React Developer Tools (optional) [[link]](https://react.dev/learn/react-developer-tools)\n   - The React Developer Tools is a web browser extension for debugging React apps.\n   - It's best to view these demos with the React Profiler, one of the tools available in the React Developer Tools for observing the components re-rendering on state updates.\n   - Install for [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)\n   - Install for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)\n   - Install for [Edge](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil)\n\n### Core Libraries and Frameworks\n\n- Client app\n   - NextJS 13.2.4\n   - React 18.2.0\n\n## Installation\n\n1. Clone this repository.\u003cbr\u003e\n`https://github.com/weaponsforge/react-hooks-playground.git`\n\n2. Follow the instructions on the README files inside the `/client` directory for more information on configuring and using the NextJS client app.\n\n## Quick Usage Guide\n\n### Manual Installation and Usage\n\n\u003e It's best to view these demos with the React Profiler, one of the tools available in the React Developer Tools for observing the components re-rendering on state updates.\n\n1. Navigate to the **/client** directory from the commandline.\n2. Create a `.env` file from the `/client/.env.example` file. Copy its content when working on localhost.\n3. Run: `npm run install`\n4. Run: `npm run dev`\n5. Open the localhost website on `http://localhost:3000`\n\n### Using the React Profiler\n\n1. Open the React Profiler in the web browser's developer console.\n2. Run the demos and observe the components re-rendering. The Profiler highlights rendered components.\n\n### Localhost Development Using Docker\n\n\u003e **NOTE:** Requires Docker installed on the development machine.\n\n1. Navigate the the repository's root directory from the commandline.\n2. Run the docker compose commands:\u003cbr\u003e\n   ```\n   # Build the image\n   docker compose build\n\n   # Start/stop the docker image\n   docker compose up/down\n   ```\n\n@weaponsforge\u003cbr\u003e\n20230319\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaponsforge%2Freact-hooks-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaponsforge%2Freact-hooks-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaponsforge%2Freact-hooks-playground/lists"}