Open buhman opened 7 years ago
Other problems are more related to javascript itself (maybe there's precedent for some compile-to-js + react stack):
case 'DELETED_SHORT': return Object.assign({}, state, { fetching: { ...state.fetching, [action.fetch]: false }, items: state.items.filter(item => item.id !== action.id ) })
const THIS_THING = 'THIS_THING'
Overall, I like it much more than jquerypocalypse, but it seems like better things should exist.
Things that I might try later:
Other problems are more related to javascript itself (maybe there's precedent for some compile-to-js + react stack):
const THIS_THING = 'THIS_THING'
Overall, I like it much more than jquerypocalypse, but it seems like better things should exist.