{"id":18307421,"url":"https://github.com/devgeeks/reactstack","last_synced_at":"2026-02-25T07:46:26.471Z","repository":{"id":142086269,"uuid":"56502322","full_name":"devgeeks/reactstack","owner":"devgeeks","description":"A very simple transition-focussed stack navigator for React","archived":false,"fork":false,"pushed_at":"2016-04-18T21:39:19.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T05:24:17.695Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devgeeks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-04-18T11:30:32.000Z","updated_at":"2016-04-18T11:30:32.000Z","dependencies_parsed_at":"2023-07-22T18:16:37.827Z","dependency_job_id":null,"html_url":"https://github.com/devgeeks/reactstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freactstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freactstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freactstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freactstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgeeks","download_url":"https://codeload.github.com/devgeeks/reactstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027807,"owners_count":21035669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-05T16:04:12.955Z","updated_at":"2026-02-25T07:46:21.451Z","avatar_url":"https://github.com/devgeeks.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactStack\n\n_In the spirit of README Driven Development, this is a work in progress that probably doesn't work yet._\n\nThis project is inspired by / cherry picked from [`react-navigation-controller`][1] and [`backstack`][2]\n\n    npm install reactstack --save\n\n\n## API:\n\n### Functions\n\n- stack.popAll()\n- stack.popView()\n- stack.pushView()\n- stack.replaceAll()\n- stack.replaceView()\n\n### Events (?? maybe just react lifecycle?)\n\n- viewChanging\n- viewChanged\n- viewActivate\n- viewDeactivate\n\n### Fields\n\n- viewsStack\n- activeView\n- defaultPushTransition\n- defaultPopTransition\n\n### Component\n\n    import React from 'react';\n    import { transitions, stack }, ReactStack from 'reactstack';   \n    import Home from './components/Home';\n\n    const App = React.createClass({\n      render() {\n        const props = {\n          // The views to place in the stack\n          viewsStack: [\n            \u003cHome /\u003e,\n          ],\n          defaultPushTransition: transitions.SLIDE_LEFT,\n          defaultPopTransition: transitions.SLIDE_LEFT,\n        };\n        return (\n          \u003cReactStack { ...props }/\u003e\n        );\n      }\n    };\n    \n    export default App;\n\n\n\n\n[1]: https://github.com/aputinski/react-navigation-controller\n[2]: https://github.com/pwalczyszyn/backstack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Freactstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgeeks%2Freactstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Freactstack/lists"}