Coder Social home page Coder Social logo

hoodie-notes's People

Contributors

jakepeyser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hoodie-notes's Issues

`display: flex` shouldn't be on `.notes-list` and `.notes-card`

If you have display flex on these selectors then the items shrink to fit, making them unreadable when the overall height is too low. If you did keep display flex then you need to set a minimum height.

However, it works best when you just remove display flex.

"options.PouchDB is required" in console on page load

I've just set up the project as per the instructions on the readme. Server starts fine, visiting localhost:8080, I get a blank screen and the following error message in the console:

Uncaught TypeError: options.PouchDB is required (see https://github.com/hoodiehq/hoodie-client#constructor)
    at getState (app.js:47045)
    at new Hoodie (app.js:47021)
    at Object.module.exports (app.js:46988)
    at __webpack_require__ (app.js:20)
    at Object.exports.__esModule (app.js:46922)
    at __webpack_require__ (app.js:20)
    at Object.<anonymous> (app.js:33375)
    at __webpack_require__ (app.js:20)
    at app.js:63
    at app.js:66

notes added on another device / browser do not show up automagically โœจ

First of all, thanks a lot for the great tutorial and Hoodie example app ๐Ÿ‘๐Ÿ’

Iโ€™m not very savvy in React myself, so Iโ€™m not exactly sure what to look for. But with hoodie, you can listen to changes from both local and remote with hoodie.store.on("change", (eventName, doc) => {}) to keep your UI up-to-date as changes happen, both locally and from remote. There are also add, update and remove events.

Let me know if you have any questions or point me to the right places, Iโ€™d be happy to help get that added :)

Error on install

After installing and running with yarn, there is a 404 for app.js and style.js that prevents the app from working. These files were added into the .gitignore file, and the css-tricks article mentions nothing about these files, so there is no clue what is supposed to be in them.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.