{"id":23429108,"url":"https://github.com/thetechnocrat-dev/fast-flux-react","last_synced_at":"2025-04-09T13:23:18.312Z","repository":{"id":95351006,"uuid":"63381699","full_name":"thetechnocrat-dev/fast-flux-react","owner":"thetechnocrat-dev","description":"removes a lot of the boilerplate code needed when following react flux","archived":false,"fork":false,"pushed_at":"2016-07-17T04:51:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T07:31:16.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thetechnocrat-dev.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":"2016-07-15T01:33:31.000Z","updated_at":"2016-07-15T03:53:46.000Z","dependencies_parsed_at":"2023-03-06T16:15:32.556Z","dependency_job_id":null,"html_url":"https://github.com/thetechnocrat-dev/fast-flux-react","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/thetechnocrat-dev%2Ffast-flux-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2Ffast-flux-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2Ffast-flux-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thetechnocrat-dev%2Ffast-flux-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thetechnocrat-dev","download_url":"https://codeload.github.com/thetechnocrat-dev/fast-flux-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248046229,"owners_count":21038704,"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-12-23T07:16:45.549Z","updated_at":"2025-04-09T13:23:18.306Z","avatar_url":"https://github.com/thetechnocrat-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-flux-react\n\n## docs\nrequire at top of component you want to use\n\nex/ var FastFlux = require('../util/fast-flux-react/fastFlux')\n\nthen do FastFlux.webCycle(method, url, options)\n\n    method: the HTTP method you want to use all lowercase ('put', 'post', or 'get')\n    \n    url: the back end route you want to hit\n    \n    options: an object of different options which are defined below\n    \n        body: object (data to be sent in AJAX, required for post and put requests)\n        \n        success: function    (optional front end successCallback console logs succes message by default)\n        \n        error: function      (optional front end errorCallback console logs error message by default)\n        \n        shouldStoreReceive: boolean  (if the backend data should end up in a store)\n        \n        storeActionType: the name of the store action that received data (required if shouldReceive is true)\n\n example\n \n ```javascript\n var signUpBody = {\n \n   username: this.state.username,\n   \n   password: this.state.password,\n   \n   email: this.state.email,\n   \n };\n \n FastFlux.webCycle('post', '/signup', {\n \n   body: signUpBody,\n \n });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechnocrat-dev%2Ffast-flux-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetechnocrat-dev%2Ffast-flux-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechnocrat-dev%2Ffast-flux-react/lists"}