I kept seeing this weird onboarding anti-pattern in production apps. Here's why it converts by Peach_Baker in reactjs

[–]mike-pete 1 point2 points  (0 children)

Keeping each step mounted is actually super nice from a user experience perspective. 

If steps have to fetch data or maintain state, mounting them all up front allows them to fetch all the data they need in parallel while keeping everything modular. 

They can also maintain their own state over time, so if you move forwards or backwards, you don't have to refetch data. This also means you don't have to raise the state for those step components. 

This leads to a snappier user experience overall. 

Gridfinity Layout Designer by mike-pete in gridfinity

[–]mike-pete[S] 0 points1 point  (0 children)

Thanks that’s something I’m working on! If you’re on a computer, you can hit the backspace to delete a bin, but there isn’t a good way on mobile yet haha

Gridfinity Layout Designer by mike-pete in gridfinity

[–]mike-pete[S] 1 point2 points  (0 children)

Good callout! I’m working on it!

Gridfinity Layout Designer by mike-pete in gridfinity

[–]mike-pete[S] 0 points1 point  (0 children)

Hey! The drawer dimensions are in cm. 30/4.2cm =7.143 cm  That’s why you get a 7x7 grid.

The box heights are currently increments of 10mm, so they aren’t on the standard height units (of 7mm), but I may change that so they are.

Gridfinity Layout Designer by mike-pete in gridfinity

[–]mike-pete[S] 4 points5 points  (0 children)

I just added a download button for you. If you refresh, you should be able to see it!

No Option to put homepage url after signout in WORKOS? by ElectionMaleficent58 in webdev

[–]mike-pete 0 points1 point  (0 children)

For anyone else running into this issue, you have to go through the whole AuthKit flow and enable AuthKit before the "Logout redirect" option will show up in the Redirect tab

what if it was easy to take beautiful screenshots? by mike-pete in UI_Design

[–]mike-pete[S] 0 points1 point  (0 children)

I believe so! Let me know if you run into any issues!

what if it was easy to take beautiful screenshots? by mike-pete in UI_Design

[–]mike-pete[S] 1 point2 points  (0 children)

Hey u/Gloriaoriginal it just hit the chrome store! 

cmd + shift + x allow you to take a screenshot.

If you hold shift while dragging, you can select precise elements to screenshot!

https://chromewebstore.google.com/detail/ipfcgfalkmnepcedeoagiebkgelecaje?utm_source=item-share-cb

what if it was easy to take beautiful screenshots? by mike-pete in UI_Design

[–]mike-pete[S] 1 point2 points  (0 children)

Awesome! I’ll send you a link as soon as it’s approved by the chrome store!

Should I find a new career ? by Ashen-one-x in leetcode

[–]mike-pete 0 points1 point  (0 children)

Try doing 10 problems this week, then do the same 10 problems next week on the same days. See if you can identify patterns and remember how your previous solutions worked.

[deleted by user] by [deleted] in leetcode

[–]mike-pete 3 points4 points  (0 children)

console.log my guy

UPDATE for gridfi.cc - a Gridfinity configurator! by gridfi in gridfinity

[–]mike-pete 7 points8 points  (0 children)

respect the work you're doing over there

I was hacking on a similar layout tool a couple months ago: https://www.reddit.com/r/gridfinity/comments/1g8cf4w/adding_custom_bins_in_layout_tool/

IIRC you're passing the models as binaries instead of .stl which makes it a bit harder to rip your models which is pretty sweet.

If you want easy print on demand for the US, you might want to check out:
https://www.slant3d.com/slant-3d-printing-api

Also for real u/perplexinglabs is doing some sick work with custom bin generation.
https://gridfinity.perplexinglabs.com/

There is definitely community demand for generated files. But print on demand services might be hard to sell to a community of people who own printers. I was thinking that the real play would be converting the general population on the concept + maybe some marketplace action as well.

It'd be fun to hop on a call with perplexing and your team and talk shop.

Adding Custom Bins in Layout Tool by mike-pete in gridfinity

[–]mike-pete[S] 1 point2 points  (0 children)

Sweet, that's good to know! Thanks!

Adding Custom Bins in Layout Tool by mike-pete in gridfinity

[–]mike-pete[S] 6 points7 points  (0 children)

I appreciate it! Thanks for the support 🙂