nuclear-js icon indicating copy to clipboard operation
nuclear-js copied to clipboard

Documentation Roadmap

Open bhamodi opened this issue 10 years ago • 5 comments

Hey @jordangarcia, just thought it'd be nice to have a place to document our progress on the documentation website. I've added this list of things to be done, please feel free to update this list.

  • [x] Create landing page.
  • [ ] Create interactive example.
  • [ ] Get a NuclearJS domain and create a CNAME file.
  • [x] Create general documentation page explaining flux methodologies.
  • [x] Create documentation page explaining NuclearJS methodologies and structure.
  • [x] Reduce content in the README file and make it more like a quick summary of NuclearJS.
  • [ ] Create "Examples" or "Design Patterns" section with the following:
    • Code organization (module pattern)
    • testing (unit / integration) and stubbing
    • Async actions, putting async things in action layer and making stores synchronous
    • Rest API interaction (incorporating the RestAPI example https://github.com/optimizely/nuclear-js/tree/rest-api-example/examples/rest-api)
    • Loading indicator using the loadingStore (something we've made internally)
    • Routing examples (Using react-router)
    • Isomorphic example (different module pattern, get rid of singleton reactor)
    • Hooking up NuclearJS with a different UI framework (non React)
    • Loading initial data (via reactor.loadState)
    • Persisting / syncing data with localStorage
  • [ ] Add footer with copyright info.

bhamodi avatar Jun 26 '15 06:06 bhamodi

:+1:

jordangarcia avatar Jun 28 '15 20:06 jordangarcia

I would love a React-Router example for Nuclear. That would be so helpful!!

sidereus7 avatar Jul 23 '15 18:07 sidereus7

+1 Especially React-router 1.0 isomorphic example

wesleyyee avatar Nov 12 '15 19:11 wesleyyee

It would be great to have an example with Vue.js or Riot.js. Is the nuclear-vue-mixin still compatible with the latest versions of Vue and Nuclear?

rawberg avatar Jan 25 '16 20:01 rawberg

It would be great to see some updated docs :+1:. The existing docs were quite helpful when I was first getting started, but it was the rest-api example that really helped me out when I started building more complex stuff with Nuclear.

I think the community could see some big wins if some of the knowledge that currently exists in the examples was made more prominent in the documentation.

iansinnott avatar Jan 28 '16 18:01 iansinnott