Load previous pageโฆ
For Example:
I have an app that has feature A and B. Feature A is a paid exclusive chat group and feature B is a paid mentorship between a person and a featured mentor. The money is paid to the featured mentor while a certain percentage comes to the app.
I have a React app with GraphQL using Apollo. I set up react-hot-loader@next yesterday and it only works if I export each component as hot manually. I can't seem to get it to work globally on the root component.
export default hot(module)(App)
TRENDING
Best place to find SVG's ?
I use Zondicons (which is pretty sweet) but would love any other recommendations ?
I am thinking of a new way to order my scenarios on the main page of https://comebck.com/ Currently I use the top likes/responses, but it gets a bit stale and I am missing a quick way to see cool 'new' reactions or scenarios.
So perhaps I want to add something like most recently added or replie...
Curious to hear how you decide which todo's to work on next, and whether (manually) sorting your todo's would make sense?
If you're working on multiple products, would you like to mix the sorting across products (harder to implement for me) or have it scoped per product? (relatively easy to impl...