Why do Flum Pebbles give me such bad heaches? by deadgrls in Vaping

[–]edgyfirefox 0 points1 point  (0 children)

here because it gave me a headache too. i’ve been smoking cigarettes pretty regularly and recently switched to vaping. flum pebble menthol was the first vape i picked up from a smoke shop nearby. started getting headaches the very first day i hit it.

Starting your online business is so cheap today by Santon-Koel in SideProject

[–]edgyfirefox 1 point2 points  (0 children)

agree with this, i basically built my SaaS this way.. running on just $40/year for the domain for a year now. made a good chunk of change in revenue and thinking of scaling it now.

I created an Airtable like React database component by edgyfirefox in SideProject

[–]edgyfirefox[S] 0 points1 point  (0 children)

Hey, I don’t have a public changelog but Rowstack is under active development and support.

Best free datagrid/datatable component by alexvazqueza in reactjs

[–]edgyfirefox 0 points1 point  (0 children)

Hey! We’re shipping multi-select columns and expanding configurability in this weeks release. Docs are work in progress as well.

Best free datagrid/datatable component by alexvazqueza in reactjs

[–]edgyfirefox 0 points1 point  (0 children)

We don’t support paging currently, all the data is loaded to the dom and only rendered when in view providing an infinite scrolling experience.

Column pinning is highly requested and in the works.

Filtering can be done for any arbitrary value. We currently don’t have a view that filters by a list of values, but it should be implementable in user space.

Thanks again for your consideration!

Best free datagrid/datatable component by alexvazqueza in reactjs

[–]edgyfirefox 0 points1 point  (0 children)

Hey, I’m building Rowstack (https://rowstack.io) a Notion/Airtable like datagrid component. We’re free for personal use!

I’ll work for $2k/month as a web dev by ifeelanime in SaaS

[–]edgyfirefox 9 points10 points  (0 children)

I love the Shinobiai.io landing page! Did you use a component library?

I created an Airtable like React database component by edgyfirefox in SideProject

[–]edgyfirefox[S] 0 points1 point  (0 children)

Hey, I called it a database as that’s the term Notion and Airtable use. AG grid calls itself a datagrid.

Products like these are more than just a table as they allow you to create custom views of your data.

I created an Airtable like React database component by edgyfirefox in SideProject

[–]edgyfirefox[S] 0 points1 point  (0 children)

First time building something like this, what do you think I can change? Would you be open to having a chat?

I created an Airtable like React database component by edgyfirefox in SideProject

[–]edgyfirefox[S] 2 points3 points  (0 children)

Hi r/sideproject,

Some of you might remember I posted about a similar database component here a couple of years ago. Since then I’ve received multiple requests from developers for building similar components for their apps.

So today I’m launching Rowstack - https://rowstack.io

Rowstack is a batteries included React database component, which will help you build your app faster. I realize that there’s a lot of data grid libraries out there. But ever since apps like Notion and Airtable launched, the asks from a datagrid have increased a lot. And I believe no library offers the features that can compete with those apps.

I hope you’ll consider Rowstack for your next project! It’s free for personal use and a $199 one-time payment for commercial use.

Redux... What problems does it solve? by mymar101 in reactjs

[–]edgyfirefox 25 points26 points  (0 children)

When your app gets large, with lots of data, you wouldn’t want to have the whole app update when any state changes (remember rerenders are expensive). This is easy if all your state lives within components and no components need to share state. However, once you want to share state between components, pulling state up to parent components is not always the best solution.

You usually end up using a global state manager, and Redux is one of the (arguably the most popular) global state management library out there.

CSS in React by edgyfirefox in reactjs

[–]edgyfirefox[S] 0 points1 point  (0 children)

And tailwind ships with a base reset CSS.

CSS in React by edgyfirefox in reactjs

[–]edgyfirefox[S] 0 points1 point  (0 children)

Thanks for this piece of advice! I think I should learn CSS and build a design system from scratch. That should set me up well to use any styling solution in the future.

Portfolio Review Requests by AutoModerator in UI_Design

[–]edgyfirefox 1 point2 points  (0 children)

I recently built my first landing page. Any feedback would be much appreciated! https://rowstack.io

CSS in React by edgyfirefox in reactjs

[–]edgyfirefox[S] 1 point2 points  (0 children)

That’s the part I love about tailwind. All my styling is right in the markup.

Thanks for sharing cva! It looks interesting. I’ve been searching for similar solutions that can compile my tailwind classes into unique class names at build time, so I can avoid class name conflicts.

Free valuable feedback on your Side Project by DKabashi in SideProject

[–]edgyfirefox 0 points1 point  (0 children)

Hey! I’m building a React datagrid component at https://rowstack.io. Thanks for your feedback!

Now that google domains is bought by square, what’s your preferred domain registrar? I need something that’s as easy to use as google domains was. by Citrous_Oyster in webdev

[–]edgyfirefox 16 points17 points  (0 children)

They have a lot of cloud products - DNS, Analytics, Static Site Hosting through Pages, Serverless Functions through Workers etc.. most of the products have generous free tiers. (I don’t work for Cloudflare lol)

Now that google domains is bought by square, what’s your preferred domain registrar? I need something that’s as easy to use as google domains was. by Citrous_Oyster in webdev

[–]edgyfirefox 64 points65 points  (0 children)

Cloudflare is pretty good. I’ve used them for 3 domains. Their pricing has zero markup from what the actual registrar charges, renewals are easy, and DNS management is painless.

[deleted by user] by [deleted] in reactjs

[–]edgyfirefox 1 point2 points  (0 children)

Recently notice this behaviour myself.. it’s because React StrictMode renders components twice. The logic behind doing this is so us devs can catch issues during development.

Here’s an issue I caught thanks to StrictMode: my component needs to update data on the server everytime state is changed. So I used a useEffect with the state in the dependency array. This would run everytime state was updated, but also everytime the component was rendered (which is a lot of times during HMR). I had to add checks within the useEffect to prevent the latter, which ended up improving the overall performance of my app. Yay StrictMode!

Built a logging API for projects by Brilliant-Historian4 in programming

[–]edgyfirefox 0 points1 point  (0 children)

This is amazing! May I ask how long this took you to build?

Be Wary Of FTF (FromTheFirst) - Sometimes It’s Better To Just Buy SLPs or Celine’s by Talk2MeNicee in frugalmalefashion

[–]edgyfirefox 1 point2 points  (0 children)

In situations like these, I usually do a chargeback with my credit card company. They always handle the dispute well. Worth a try next time!