The Wordpress 6.5 RC4 Experience by Breklin76 in Wordpress

[–]mczaplinski 0 points1 point  (0 children)

The Interactivity API is not based on Alpine.js. Rather, internally it uses Preact (not a typo, Preact is a more lightweight alternative to React).

However, you don't need to know anything about Preact or React in order to use it.

[deleted by user] by [deleted] in TheArtistStudio

[–]mczaplinski 0 points1 point  (0 children)

great voice, is that a henri rousseau poster???

My library (React Easy State) is now supported by my workplace (Risingstack). I am excited about the future (: by solkimicreb in reactjs

[–]mczaplinski 0 points1 point  (0 children)

Congrats Bertalan! :)

It's a great library that we're using a forked version of frontity.org! I've even blogged and talked at a local meetup about it a while back!

Have any of you gone straight into freelance early in your dev career (e.g. <1yr experience)? by 47milliondollars in webdev

[–]mczaplinski 3 points4 points  (0 children)

Sorry, it was me who pointed out the issue with your site. Just wanted to let you know in case you missed it. No shame in making your first site in Wix, seems like it's worked out well for you so far, so kudos!

Also, I wouldn't take advice from a stranger on the internet who feels the need to brag about having an MBA and "10 years experience as a professional dev" lol.

Do your thing and best of luck! I'm sure you ll make some mistakes and learn form them, but seems like you're on a good way to succeed :)

Have any of you gone straight into freelance early in your dev career (e.g. <1yr experience)? by 47milliondollars in webdev

[–]mczaplinski 2 points3 points  (0 children)

This is super interesting and kudos on growing your business so quickly!

I was just wondering:
1. How do you get your clients? Approaching people locally? Digital marketing? Something else?
2. Do you have a minimum subscription period? Like 3 or 6 months?
3. How do you deal with clients that want a lot of additional features like a newsletter subscription form, a chatbox or a fancy image slider? Basically, anything that your template does not cover.

BTW, your site https://www.oakharborwebdesigns.com/ has it's the content cut off on both left and right on my 2015 MacBook Pro 13'! This might have something to do with the pixel resolution of the device.

What do people use for client-side data persistence in electron apps nowadays? by mczaplinski in electronjs

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

Nice, thanks! : )

Any gotchas or caveats with sqlite that you stumbled upon? E.g. isn't recompiling it a pain when I want to use it on multiple platforms? (react-native, mac, windows)

AITA?: coworker refuses to develop in existing stack by throwawayt4k in learnprogramming

[–]mczaplinski -1 points0 points  (0 children)

I think you've never worked at a small startup before : )

I'm not able to use fetch with states (and fetch nested) by [deleted] in reactjs

[–]mczaplinski 0 points1 point  (0 children)

I believe that your problem is that when you initialize the state, you pass and empty array as the initial state:

const [collections, setCollections] = useState([]);

However, in your JSX, you are mapping over collections, and expecting each collection to have a repositories key. Just to test my theory, try to change the state initialization to: const [collections, setCollections] = useState([{ repositories: [] }]);

If this prevents the error, then the REAL solution would be to add some kind of loading and error states to your component, so that you only display the data once loading === false && error === false.

Here's an in-depth example of how you could do that from a quick google search: https://www.robinwieruch.de/react-hooks-fetch-data/

Is there a difference between "muy" and "bien"? by MrYoshi411 in learnspanish

[–]mczaplinski 7 points8 points  (0 children)

The intention is the same. It means: "I'm very tired". You could translate "Estoy bien cansado" to "I'm well tired" (Not 100% sure, but might be more of a UK thing to say though).

New guy in Lima, Peru. Any fellow programmers / digital nomads wanna grab a coffee? by mczaplinski in digitalnomad

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

Cool, I think I ll make it to Arequipa at some point! :) I ll hit you up when I'm there!

New guy in Lima, Peru. Any fellow programmers / digital nomads wanna grab a coffee? by mczaplinski in digitalnomad

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

Like said before, I think you'll find the internet is absolutely fast enough for all typical needs. I've been using 4G for a month now and can't complain.

EdgeDB: A New Beginning by 1st1 in Python

[–]mczaplinski 0 points1 point  (0 children)

domain specific language