Made a meme generator, looking for feedback Myself, /u/Omustardo and /u/stevenjchang are working on an open source meme generator, MemeScene, at memescene.net…
I developed an open community in the last 12 months as a personal project using ReactJs, React Native and is now live on iOS, Android, and Web with over 300+ micro content for the programming community to refer to and also participate in. submitted by /u/microideation [link] [comments]
When iterating through an array of items to be rendered, is it mandatory for the item’s key to be added to the root element rather than a child element? Or is it just a best practice? Example 1 return ( <Container> <Grid container> {notes.map(note…
Coding Session Live Stream: React client/server app Hi, I’m streaming my coding session this morning. Adding a widget to a react/node client/server…
I’ve taught 45000 students how to code, now im offering my courses for free. I’ve decided to make my course on complete full-stack web design using tailwind css free,…
Weekly Python StackOverflow Report: (ccxc) stackoverflow python report These are the ten most rated questions at Stack Overflow last week. Between brackets: [question…
How to Create Advanced Search Form in WordPress for Custom Post Types Do you want to create an advanced search form in WordPress for custom posts types?…
Classes in JS and React Classes were introduced in JS in ES16 (2015) and before that they used to implement…
My company released a course for helping beginners learn tailwind css and its free for today.please feel free to help us make it better with your suggestions Here you go https://urlwee.com/Frtdee submitted by /u/ccodewariorr [link] [comments]
Making decisions about details page data storage. In a react application that is using react-router and redux, in the listing page load…
How to Use the WordPress Spacer Block The way you organize and arrange elements on your website can have a significant impact…
I put together a mock interview series showing how I’d approach an interview for a senior/lead React role. I find that many “mock interview” series on YouTube don’t go into a ton of…
Finished My Firs React Project I used Edamam recipe API and firebase auth in this project. Waiting your feedbacks. Live:…
Tracking and analytics I’m working on a side project where my users can build landing pages. I’d like…
Custom Hooks Article Hey guys! I wrote a short article celebrating the power of custom Hooks. This is…
What’s the best way to call api ? i dont know which is the best practice to call an api from react. its…
I finally launched a SaaS app for bloggers and content creators. Learnings in the link below. I have started learning full-stack development just 4 and a half months ago. It took…
How can I get the value of the checkbox to be saved in the database? I have this checkbox where the user can check all of the checkbox. I cannot…
How to conditionally return components inside another component I have a situation where the modal structure remains intact but the content inside changes…