Viewing 0 current events matching “reactjs” by Date.

Sort By: Date Event Name, Location , Default
No events were found.

Viewing 35 past events matching “reactjs” by Date.

Sort By: Date Event Name, Location , Default
Tuesday
Nov 11, 2014
Portland ReactJS Hang Session
Lucky Labrador Brew Pub

We recently started a user group for Portland ReactJS users. I'd like to have an informal meet and greet to get to know the community here and get some input from you all on what you'd like to get from this user group and some of our ideas. We hope to have our first official meeting in January/February 2015.

We have a website here (WIP, don't judge :)) and a meetup group at meetup.com. Please Join our meetup group and RSVP if you can so we have an idea of how many people might be attending.

Website
Tuesday
Feb 10, 2015
Portland ReactJS meetup
Idealist.org

Greetings fellow Reagents!

We are looking forward to our first official ReactJS user group. Dave and Eric from Idealist.org will be sharing some interesting stuff (details below) with us, and we're hoping to have one additional talk. Please let us know if you're interested in speaking/presenting. We'd like to have at least a few lightning talks as well. I have a feeling this will fill up fast, so please RSVP if you would like to attend this event.

If you are new to our group, Welcome! If you would like to get more involved or hear what we're talking about, we'd like to invite you to join our google group to join the conversations or start a new one. Also, please take a look at our code of conduct which let's you know what we think "being excellent to each other" should look and feel like.

Talks:

Notes on the Design of Components (Dave McCabe)

Dave will discuss what idealist.org has learned about designing React components, specifically techniques for promoting simplicity, reuse, statelessness, and separation of concerns, and for dealing with asynchrony.

Isomorphic Webpack Hot Module Replacement Boilerplate (Eric O'Connell)

  • Do you want to serve fully-rendered HTML from your React application?
  • Do you want near-instant feedback in your browser as soon as you edit your React components?
  • How about CSS?

This talk will give the starting point for a very nice dev environment using the webpack Hot Module Replacement feature. It will include a (trivial) Express app that renders the entire React component hierarchy which will then be hydrated on the client. Variations shown will include serving API requests out of the same app, and shared client/server routing.

TBD / Lightning talks

Get in touch with us if you'd like to share your experiences!

Website
Tuesday
Mar 10, 2015
Portland ReactJS Presentation night
Jama Software (New Office)

Greetings to all!

We're excited to announce our second meeting and presentation night! We already have some great talks lined up from Dave McCabe and Asa Miller. We're hoping to set aside some time for lightning talks as well. Please join the mailing list and let us know if you are interested in presenting or participating in lightning talks.

Jama Software will be hosting us at their new office in downtown Portland. Catering will also be provided, more details on that soon.

== Proposed Schedule ==

Using React with Real-time data from Firebase. (Asa Miller)

Asa will discuss setting up real-time communication between desktop and mobile and how to to configure it for communication between components instead of passing props.

Notes on the Design of Components. (Dave McCabe)

A discussion on what we've learned about designing React components: Techniques for promoting simplicity, reuse, statelessness, and separation of concerns, and for dealing with asynchrony.

Website
Tuesday
Apr 14, 2015
Portland ReactJS Presentation night
Jama Software (New Office)

Greetings Reagents!

We had an awesome meetup at Jama with some great talks. Thanks to everyone that took time from their schedule to come out.

We're still looking for some talks from the Portland community. Please let us know if you'd be interested in speaking at this or any future meetings. We have some things brewing for the May meetup that we're excited to share with you next month.

Jama Software has graciously offered their event space again for this meeting. Food will also be provided by Idealist.org, please come at 6pm to enjoy some dinner and socializing.

Presentations will start promptly at 6:30.

== Proposed Schedule ==

• Observables and React (or, 'Yo dawg, I heard you like reactive programming, so I put some Reactive Extensions in your React so you can react while you React’) - (Ian Irvine)

Ian takes us on a tour of JavaScript Observables via RXJS, and explores some potential use cases within the realm of React.

• TBA!!!

Some members have mentioned wanting to see and hear a talk on a rewrite of an app from [something] to React. Have you done this? You should talk about it! Are you interested in trying this? Try it! Then show us how it went.

Website
Tuesday
May 12, 2015
Portland ReactJS Presentation Night
Jama Software (New Office)

Hello all!

We had an awesome meetup last week at Jama with some great talks. Thanks to everyone that took time from their schedule to come out.

In May, we're very excited to announce that Areeb Malik from Facebook's Ads Team will be presenting his talk, "Going Big with React", which will focus on the strengths of a unidirectional data flow architecture in apps with several engineers and megabytes of client-side code. Here is a link to this talk from last year. Areeb will be catering this talk to our React users community here, so please come prepared to ask questions and expect an interesting conversation after his talk.

Jama Software has graciously offered their event space again for this meeting. Food will also be provided by Idealist.org, please come at 6pm to enjoy some dinner and socializing.

The presentation will start promptly at 6:30.

Looking forward to a great meetup! Please RSVP at meetup.com so we know how many people are coming. Thank you!

Website
Thursday
Jun 4, 2015
Logic Programming from the Inside Out & Single Page Apps with ClojureScript, Figwheel, Reagent, etc. Workshop
Puppet

We're going to have two talks this month. First Russell Mull will present:

Logic Programming from the Inside Out

Description: Learn about the guts of miniKanren and core.logic, obtaining a deeper understanding of the fundamental truths of logic programming. (And also some neat functional programming tricks)

Then I'll lead a workshop on:

Single Page Apps with ClojureScript, Figwheel, Reagent, etc.

Description: We'll do a quick high-level workshop to introduce using ClojureScript with Reagent to create a very simple web app. I'll show a work flow using Figwheel and we'll discuss some architectural decisions as time allows.

If you've been meaning to look into ClojureScript this is a great way to start and if you're experienced come and share your thoughts and help others.

Bring your laptop with leinengen installed or team up with others at the meeting.

Website
Saturday
Sep 17, 2016
2-day workshop: Advanced Redux/Async
through Epicodus

Image Logo - Advanced Redux: A 2-day workshop from Real World React

Note: this is a paid event. You can purchase tickets at https://universe.com/advancedredux

You've learned React, and are excited about building robust, scalable applications. But at some point your application is going to become too complex for React to handle on its own. How do you effectively manage each component and their states? Enter Redux.

Redux has fast become the architecture of choice for building scalable applications with JavaScript and React. It will help you to better organize your application and make state mutations more predictable and transparent.

In this advanced workshop, FreeCodeCamp CTO Berkeley Martinez will help you to take your development skills to the next level.

What you will learn

Saturday - Sunday:

  • Using Redux Middleware
  • Managing Asynchronicity
  • Dispatching Thunks and Promises
  • Using Redux with RxJS Observables
  • Analytics with Redux
  • Server Side Rendering using RxJS Observables

What we will build

We will apply the principles above as we build a social e-commerce app, complete with:

  • Search and Filtering
  • User authentication
  • Likes
  • Follows
  • Shopping Cart

Your Instructor

Berkeley Martinez, CTO of FreeCodeCamp.com

An image of Berkeley Martinez

Berkeley is the CTO of freecodecamp.com, a free online community for learning full-stack web development where students garner real-world experience by engineering solutions for nonprofit companies. He has been programming with React for over two years, and is the author of Redux-Epic, a library built to do better async and server-side rendering in React with RxJS Observables. He is also the co-organizer of the San Francisco-based Meetup group Real World React, which features talks and workshops on using React in real-world, production applications. As an instructor at Real World React, he consults individuals and businesses looking to become experts in React, Redux, and other tools in the ecosystem.

Prerequisites

  • Familiar with React.js
  • Understands fundamentals of Redux
  • Comfortable with HTML, CSS, and JavaScript
  • Familiar with ES6 Syntax (not an exhaustive list)
    • Arrow Function syntax
    • Spread/Rest
      • And using them to change objects/arrays without mutation (immutable methods)
    • Promises
    • Class syntax
    • Module syntax
  • Comfortable with the command line & NPM
  • Comfortable building with React and React-Router
  • Comfortable with the concepts of functional programming.

Pre-class Resources

  • Follow the link above to the event website -- Calagator limits the amount of links we can post

Your Organizer

Real World React is an SF-based organization that features talks, meetups, and workshops on using React & Redux in real-world, production applications.

Website
Saturday
Jul 8, 2017
Mentorship Saturdays - Coding and career help
Metal Toad

Join us for coffee and code as we help each other progress our careers. We'll meet in the lobby between 9:45 - 10:15. After that you'll need to post to meetup to get in. Bring your computers!

Website
Tuesday
Aug 1, 2017
Free Code Camp Portland - PDX Free Code Camp Hangout (Tuesday Night Edition!)
Simple

Hi campers! We'll be having our Tuesday meetups at Simple. Like our previous meetings this is a laid back study/networking session. Bring your laptops and questions. All levels of experience welcome.  www.freecodecamp.com 

Website
Monday
Oct 15, 2018
Free Code Camp Portland - Free Code Camp PDX Hangout
Phase 2

Welcome back campers! We have a new location and will meeting every other monday now :) Like our previous meetings this is a laid back study/networking session. Bring your laptops and questions .  All levels of experience welcome.  www.freecodecamp.com

Website
Monday
Oct 29, 2018
Free Code Camp Portland - Free Code Camp PDX Hangout
Phase 2

Welcome back campers! We have a new location and will meeting every other monday now :) Like our previous meetings this is a laid back study/networking session. Bring your laptops and questions .  All levels of experience welcome.  www.freecodecamp.com

Website
Saturday
Nov 10, 2018
Mentorship Saturdays - Coding and Career Help - November Edition
Metal Toad

Join us for coffee and code as we help each other progress our careers!

The doors will lock at around 10:15 AM. Please leave a message in the event comments to be let in if you arrive late.

Please see our About page and additional pages on resources and opportunities!

http://www.meetup.com/Mentorship-Saturdays/about/

Website
Monday
Jan 7, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout
Phase 2

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Saturday
Jan 12, 2019
Mentorship Saturdays - Coding and Career Help - January Edition
Metal Toad

Join us for coffee and code as we help each other progress our careers!

The doors will lock at around 10:15 AM. Please leave a message in the event comments to be let in if you arrive late.

Please see our About page and additional pages on resources and opportunities!

http://www.meetup.com/Mentorship-Saturdays/about/

Website
Monday
Jan 21, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout
Phase 2

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Feb 4, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout
Phase 2

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Feb 18, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Mar 4, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Mar 18, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Apr 1, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Apr 15, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Apr 29, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Saturday
May 11, 2019
Mentorship Saturdays - Mentorship Saturdays - Special May Edition
Vacasa

Special May Edition! New Location! New Hosts!

The location will be Vacasa!

Your hosts will be Kyle H and Rocky K!

Doors open at 10 AM and we start at 10:30 AM. We’ll go until 1:30PM.

PARKING:
Street parking can get difficult on this block. You are invited to find street parking a few blocks away (north or east from the venue), and walk 5 minutes to get here.

For parking lots, there are two (Portland owned parking at[masked] NW 15th Ave) and (Lot #245 at 1469 NW Johnson - $11 max).

PUBLIC TRANSPORTATION:
It's about a 12 minute walk (0.6 miles) from Union Station/NW 5th & Glisan MAX Station (Green line).

Website
Monday
May 13, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
May 27, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Jun 10, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Saturday
Jun 22, 2019
Mentorship Saturdays - Mentorship Saturdays - Special June Edition
Vacasa

Special June Edition! New Location! New Hosts!

The location will be Vacasa!

Your hosts will be Kyle H, Rocky K and Aaron C!

Doors open at 10 AM and we start at 10:30 AM. We’ll go until 1:30PM.

PARKING:
Street parking can get difficult on this block. You are invited to find street parking a few blocks away (north or east from the venue), and walk 5 minutes to get here.

For parking lots, there are two (Portland owned parking at[masked] NW 15th Ave) and (Lot #245 at 1469 NW Johnson - $11 max).

PUBLIC TRANSPORTATION:
It's about a 12 minute walk (0.6 miles) from Union Station/NW 5th & Glisan MAX Station (Green line).

Website
Monday
Jun 24, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Monday
Jul 8, 2019
Free Code Camp Portland - Free Code Camp PDX Hangout

Welcome campers! We meet every Monday at Phase2 This is a laid back study/networking session. Bring your laptops and questions . All levels of experience welcome. www.freecodecamp.com

Website
Thursday
Aug 29, 2019
Latinx Tech PDX: GatsbyJS Code Along with Jason Lengstorf
Alchemy Code Lab

FREE event, but please RSVP : https://www.meetup.com/LatinxTechPDX/events/264034383/

Join us at Alchemy Code Lab on Thursday August 29th @ 6:30p for a Code Along to get started with GatsbyJS!

We are super excited to have Jason Lengstorf www.lengstorf.com , (twitter: @jlengstorf), currently Head of Dev Relations at Gatsby presenting at this month's meetup. Join us as Jason walk us through a Code Along exercise which will familiarize attendees with the Gatsby ecosystem to develop and deploy blazing fast sites www.gatsbyjs.org

This is going to be a great hands-on learning opportunity so bring your laptops. We recommend you have npm installed. (Please arrive early if you need assistance)

AGENDA : - Doors open 6:15p - Socialize + enjoy Food & Beverages 6:30p - 7:00p - Code Along w/ Jason Lengstorf 7:00p - 7:50p - Socialize and Wrap up 7:55p - 8:30p - Good Night 8:30p

Big 🙏🏽 Thank you to our host: Alchemy Code Lab http://www.alchemycodelab.com

Website
Thursday
Jan 21, 2021
Front End Small Talk - meetup #20
Online

Sign for our newsletter up to get notified of new meetups at https://frontendsmalltalk.com

Website
Tuesday
Aug 30, 2022
CascadiaJS 2022
through Sunriver Resort

CascadiaJS is a conference for web developers, by web developers.

It's our 10-year anniversary event and it's happening August 30 - Sept 2 down at Sunriver Resort outside of Bend, OR.

If you are a web developer, hire web developers or invest in the dev tool space, you will NOT want to miss this event. Here are just a few of the things attendees can expect:

  • 🧸 FREE child care
  • 🎙 22 rad speakers
  • 🤖 Free hands-on workshops
  • 🌲 Outdoor activities
  • 🤝 Job Fair
  • 🚀 Startup Fair
  • 👩🏽‍💻 Post-conf trainings on Remix, Next.js, TypeScript & more.
Website
Tuesday
Nov 14, 2023
Portland ReactJS: Lightening Talks - What's new in React, Bugs! & A/B Testing
New Relic, 111 SW 5th Ave, Portland, OR

Please RSVP on Meetup

⚡⚡⚡ Lightening Talks! ⚡⚡⚡

Jason Brown - What's new in React: React Server Actions, new hooks and more.

Molly Jean Bennett will present a brief and incomplete history of software bugs, from Grace Hopper's moth to Y2K to React UI bugs of the present.

Hugh Sherman Donkin - A/B Testing in React Apps Explore broad concepts behind experimentation, strategies for test implementation, and how you can debug your UX. Let's test it!

⚡⚡⚡⚡⚡⚡

Come hang out, talk shop and network with other PDX developers!
Join 2000+ other members in our Slack channel https://pdxreact.com.

Website
Tuesday
Dec 12, 2023
Portland ReactJS December End of the Year Hang Out!
Migration Brewery

Let's celebrate the end of the year with a casual hangout at Migration Brewing! Grab a drink, hang out, talk shop and network with other PDX ReactJS developers!

Website
Tuesday
Feb 13
ReactJs + Fireproof Workshop! Streamline App Development with a Local-First Database
UpStart Collective

Streamline your app development with a local-first database.
In this workshop we'll build a React app together, implementing basic data models in Fireproof, with automatic sync across devices using PartyKit. Once the basics are in place, we can explore using Fireproof in specific use cases, whether it's encrypted content management or offline inventory controls. We have a handful of starter kits you can use to fast-forward to working LLM chatbots, content editors, file uploads, etc.

Workshop participants should be familiar with Node.js and NPM or Yarn, React, and Git. We'll be working in VS Code but you can use whatever editor you prefer.

RSVP on Meetup.com
Space is limited, RSVP early and remember to bring your laptop!

-=== Schedule ===-
5:40-6:00 pm - Arrivals
6:00 - 7:00pm - Workshop ReactJs + Fireproof
7:00 - 8:00pm - Social hour & Networking

-======-
If you are new to the group, welcome! We hope that you find this community a friendly and open one. Join 2000+ other members in our Slack channel https://pdxreact.com.
To new and existing members, please take a look at the code of conduct for our group.
-======-

Website