Closed bsouthga closed 7 years ago
I'm speechless.
I added a Showcase section to the README in 103a3ed4b9c3eb6ced101ca732209734de2610a1. I would love it if you submitted a PR and added innerself-hn to the list!
Amazing work!! @stasm I feel like an optional built in router would be a great addition to this library.
Nice work on the routing, combineReducers
and the JSON.stringify
trick in one of the signatures of dispatch
!
@wrick17 I agree. We now have three prototypes: yours, @bsouthga's and my own in the game I originally wrote innerself for :) I'll try to spec something out in #9 over the weekend.
@stasm Awesome!! Trust me. Those big heavy frameworks are going to be so jealous 😋
@wrick17 @stasm thanks!
Yeah for routing I found that emulating https://github.com/FormidableLabs/redux-little-router seems to work nicely with the data flow.
If there was to be a suggested routing pattern for innerself, I might vote to keep it as an optional plugin (to keep the minuscule footprint of the original lib) -- maybe similar to the logging plugin.
@bsouthga Yes. Even I would vote for the router to be optional. That way only people who need it, import it. For others it can be just in few bytes.
I'm going to close this now that #17 has been merged. Once again, amazing work, @bsouthga, thanks!
(not really an issue) -- I was inspired by your project and wanted to see how it felt to build a small SPA with
innerself
, so I made a hacker news clone: https://github.com/bsouthga/innerself-hnIt actually plays really nice with typescript too.